diff options
author | 2020-09-04 23:33:02 -0400 | |
---|---|---|
committer | 2020-09-04 23:33:02 -0400 | |
commit | 7a98e09ae4b424031835cdb8986d93926c7ac0bd (patch) | |
tree | 65dcff0f522310d142943701fd4b60df29ffcf24 /docs/manual.md | |
parent | e6feddc952ecb232ac0304ffa698ae707ac39cdb (diff) | |
download | textadept-7a98e09ae4b424031835cdb8986d93926c7ac0bd.tar.gz textadept-7a98e09ae4b424031835cdb8986d93926c7ac0bd.zip |
Moved all top-level .md files into docs/ except README.md.
Also fixed lack of header anchors in generated HTML.
Diffstat (limited to 'docs/manual.md')
-rw-r--r-- | docs/manual.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual.md b/docs/manual.md index d4061b39..70adad34 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -345,9 +345,9 @@ you need Textadept to see. For example: challenging, since the versions of software installed vary widely from distribution to distribution. If you get errors like: - * `/<path>/libc.so.6: version 'GLIBC_<version>' not found` * `error while loading shared libraries: <lib>: cannot open shared object file: No such file or directory` + * `/<path>/libc.so.6: version 'GLIBC_<version>' not found` you will need to [compile](#Compiling) Textadept manually for your system, which is a very straightforward and easy process. @@ -1539,7 +1539,7 @@ in a convenient and easy-to-use manner. [event]: api.html#events [spawn]: api.html#os.spawn [Lua API]: api.html -[Textadept Quick Reference]: MEDIA.html#Book +[Textadept Quick Reference]: media.html#Book ### Generate Autocompletion and Documentation Files |