summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoger Pack <rogerpack2005@gmail.com>2022-12-08 23:16:12 -0700
committerIvan Maidanski <ivmai@mail.ru>2022-12-11 20:58:46 +0300
commit8fd5c0d9787c1bc01d45964014e866d3a3f8ddf5 (patch)
tree5639ad16a7a7a250dc1a69fd519d0eab16de37a8 /README.md
parenta5cb0815d7dcb1c53b61b285fb128f54fe10c808 (diff)
downloadbdwgc-8fd5c0d9787c1bc01d45964014e866d3a3f8ddf5.tar.gz
Mention all doc files in overview document
Issue #517 (bdwgc). Use overview.md as the "default" for all the doc files. * README.md (The C++ Interface to the Allocator): Replace "gcinterface.md" to "here" in link title (to match other links to .md files). * doc/overview.md: Add "Documentation files" section. * doc/overview.md (Further reading): Remove link to gc/faq.html (as it is also given in other section). * doc/overview.md (Information provided on the BDWGC site): Move links to all *.md files to "Documentation files" section. * doc/overview.md (Documentation files): New section; add links to README.autoconf, README.cmake, README.environment, README.macros, finalization.md, porting.md, README.cords. * doc/simple_example.md (Running the executable): Point to README.environment by a link. Co-authored-by: Ivan Maidanski <ivmai@mail.ru>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58662504..bf75126b 100644
--- a/README.md
+++ b/README.md
@@ -406,7 +406,7 @@ distribution. If you intend to use this, type
This creates libgccpp.a and libgctba.a files, or their shared library
equivalents (libgccpp.so and libgctba.so). You should link with either the
first (gccpp) or the second one (gctba), but not both. See gc_cpp.h and
-[gcinterface.md](doc/gcinterface.md) for the definition of the interface.
+[here](doc/gcinterface.md) for the definition of the interface.
This interface tries to approximate the Ellis-Detlefs C++ garbage collection
proposal without compiler changes.