diff options
author | 2014-07-02 18:26:07 -0400 | |
---|---|---|
committer | 2014-07-02 18:26:07 -0400 | |
commit | 4b878b76cd9b4796236319021a93ad72381f0d4b (patch) | |
tree | f9e1a1560df629676156415d61b4cd0994f9e5f4 /core/ui.lua | |
parent | 03b0b8932ea1c41854a487f9fa6555def9b59462 (diff) | |
download | textadept-4b878b76cd9b4796236319021a93ad72381f0d4b.tar.gz textadept-4b878b76cd9b4796236319021a93ad72381f0d4b.zip |
Updated links and homepage.
Diffstat (limited to 'core/ui.lua')
-rw-r--r-- | core/ui.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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. |