From 4b878b76cd9b4796236319021a93ad72381f0d4b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 2 Jul 2014 18:26:07 -0400 Subject: Updated links and homepage. --- CHANGELOG.md | 4 ++-- core/ui.lua | 2 +- doc/index.html | 40 +++++++++++++++++++++++++++++++++++++--- 3 files changed, 40 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d144403..dd5661fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -258,7 +258,7 @@ Changes: * Added Dart lexer. * Do not split the view when printing messages if tabs are enabled. * Look for *~/.textadept/osx_env.sh* for [OSX environment variables][] due to - changes in Mac OSX 1n0.9. + changes in Mac OSX 10.9. * [Experimental] Replaced Lua's `io.popen()` and `os.execute()` with versions that do not flash the "black box" on Windows. * Added read-only access to the current key chain via [`keys.keychain`][]. @@ -711,7 +711,7 @@ Changes: [Textadept 6.6 beta -- Linux x86_64]: download/textadept_6.6_beta.x86_64.tgz [Textadept 6.6 beta -- Source]: download/textadept_6.6_beta.src.zip [Textadept 6.6 beta -- Modules]: download/textadept_6.6_beta.modules.zip -[Messagebox]: http://foicica.com/gtdialog/02_Usage.html#Messageboxes +[Messagebox]: http://foicica.com/gtdialog/manual.html#Messageboxes [key modes]: api.html#keys.Modes [Scintilla]: http://scintilla.org [`buffer.new()`]: api.html#buffer.new diff --git a/core/ui.lua b/core/ui.lua index df495476..6c9a6e5e 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -421,7 +421,7 @@ The functions below are Lua C functions. -- Table arguments containing strings are allowed and expanded in place. This is -- useful for filtered list dialogs with many items. -- --- [gtdialog]: http://foicica.com/gtdialog/02_Usage.html +-- [gtdialog]: http://foicica.com/gtdialog/manual.html#Usage -- @param kind The kind of gtdialog. -- @param ... Parameters to the gtdialog. -- @return string gtdialog result. diff --git a/doc/index.html b/doc/index.html index 7e314a1c..2d05070b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -5,6 +5,40 @@ +
@@ -19,7 +53,7 @@

-