From 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 14 Sep 2020 00:08:28 -0400 Subject: More small documentation updates. --- core/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/init.lua') diff --git a/core/init.lua b/core/init.lua index ed2f66ba..4876e2cb 100644 --- a/core/init.lua +++ b/core/init.lua @@ -2,7 +2,7 @@ _RELEASE = 'Textadept 11.0 alpha 3' _COPYRIGHT = - 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttp://foicica.com/textadept' + 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttps://foicica.com/textadept' package.path = string.format('%s/core/?.lua;%s', _HOME, package.path) @@ -96,7 +96,7 @@ end) -- 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 module('_G')]] --[[ The tables below were defined in C. -- cgit v1.2.3