diff options
author | 2020-09-14 00:08:28 -0400 | |
---|---|---|
committer | 2020-09-14 00:08:28 -0400 | |
commit | 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch) | |
tree | 2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /docs | |
parent | 8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff) | |
download | textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.tar.gz textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.zip |
More small documentation updates.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.md | 16 | ||||
-rw-r--r-- | docs/faq.md | 2 | ||||
-rw-r--r-- | docs/index.html | 1 |
3 files changed, 9 insertions, 10 deletions
diff --git a/docs/api.md b/docs/api.md index b358cf10..e6ae4f29 100644 --- a/docs/api.md +++ b/docs/api.md @@ -51,7 +51,7 @@ Whether or not Textadept is running on BSD. Whether or not Textadept is running in a terminal. Curses feature incompatibilities are listed in the [Appendix][]. - [Appendix]: manual.html#curses-compatibility + [Appendix]: manual.html#terminal-version-compatibility <a id="LINUX"></a> #### `LINUX` (bool) @@ -632,8 +632,8 @@ to work with the global one. Many of these functions and fields are derived from buffer-specific functionality of the Scintilla editing component, and additional information can be found on the Scintilla website: -[http://scintilla.org/ScintillaDoc.html]( -http://scintilla.org/ScintillaDoc.html). +[https://scintilla.org/ScintillaDoc.html]( +https://scintilla.org/ScintillaDoc.html). Note that with regard to Scintilla-specific functionality, this API is a _suggestion_, not a hard requirement. All of that functionality also exists in [`view`](#view), even if undocumented. @@ -4492,7 +4492,7 @@ trying to open a file whose encoding is not recognized. Valid encodings are * Unicode: UTF-8, UCS-2, UCS-2BE, UCS-2LE, UCS-4, UCS-4BE, UCS-4LE, UTF-16, UTF-16BE, UTF-16LE, UTF-32, UTF-32BE, UTF-32LE, UTF-7, C99, JAVA. -[GNU iconv's encodings]: http://www.gnu.org/software/libiconv/ +[GNU iconv's encodings]: https://www.gnu.org/software/libiconv/ Usage: @@ -6420,7 +6420,7 @@ Valid encodings are [GNU libiconv's encodings][] and include: * Unicode: UTF-8, UCS-2, UCS-2BE, UCS-2LE, UCS-4, UCS-4BE, UCS-4LE, UTF-16, UTF-16BE, UTF-16LE, UTF-32, UTF-32BE, UTF-32LE, UTF-7, C99, JAVA. -[GNU libiconv's encodings]: http://www.gnu.org/software/libiconv/ +[GNU libiconv's encodings]: https://www.gnu.org/software/libiconv/ Parameters: @@ -7555,7 +7555,7 @@ A single unit of indentation based on the buffer's indentation settings A single set of line ending delimiters based on the buffer's end of line mode ([`buffer.eol_mode`](#buffer.eol_mode)). -[`io.popen()`]: http://www.lua.org/manual/5.3/manual.html#pdf-io.popen +[`io.popen()`]: https://www.lua.org/manual/5.3/manual.html#pdf-io.popen ### Fields defined by `textadept.snippets` @@ -8906,8 +8906,8 @@ with just the global one. Many of these functions and fields are derived from view-specific functionality the Scintilla editing component, and additional information can be found on the Scintilla website: -[http://scintilla.org/ScintillaDoc.html]( -http://scintilla.org/ScintillaDoc.html) +[https://scintilla.org/ScintillaDoc.html]( +https://scintilla.org/ScintillaDoc.html). Note that with regard to Scintilla-specific functionality, this API is a _suggestion_, not a hard requirement. All of that functionality also exists in [`buffer`](#buffer), even if undocumented. diff --git a/docs/faq.md b/docs/faq.md index 12b56ecb..70718c84 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -83,7 +83,7 @@ The LuaDoc describes [compile and run commands][] and you can configure them in your [preferences][]. [compile and run commands]: api.html#_M.Compile.and.Run -[preferences]: manual.html#...textadept +[preferences]: manual.html#textadept - - - diff --git a/docs/index.html b/docs/index.html index 0b519113..cf1ebdeb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,7 +72,6 @@ <a href="https://github.com/orbitalquark/textadept">Source</a> </li> <li><a href="changelog.html">Other versions</a></li> - <li><a href="changelog.html">PGP signatures</a></li> </ul> <h2>Nightly<a href="#nightly">*</a> Builds</h2> |