diff options
author | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
---|---|---|
committer | Mathias <mathias-github@users.noreply.github.com> | 2016-01-31 01:25:03 +0100 |
commit | 89f3dec7ac67e4fbcbc300824a86aea66f487b30 (patch) | |
tree | 9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /Server/Plugins/APIDump | |
parent | Merge pull request #2913 from mathias-github/master (diff) | |
download | cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.gz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.bz2 cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.lz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.xz cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.tar.zst cuberite-89f3dec7ac67e4fbcbc300824a86aea66f487b30.zip |
Diffstat (limited to 'Server/Plugins/APIDump')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Plugins.lua | 2 | ||||
-rw-r--r-- | Server/Plugins/APIDump/InfoFile.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Server/Plugins/APIDump/Classes/Plugins.lua b/Server/Plugins/APIDump/Classes/Plugins.lua index 758598242..e053c57e2 100644 --- a/Server/Plugins/APIDump/Classes/Plugins.lua +++ b/Server/Plugins/APIDump/Classes/Plugins.lua @@ -37,7 +37,7 @@ return plugins, can enable or disable plugins, manages hooks and in-game console commands.</p> <p> Plugins can be identified by either the PluginFolder or PluginName. Note that these two can differ, - refer to <a href="http://forum.mc-server.org/showthread.php?tid=1877">the forum</a> for detailed discussion. + refer to <a href="https://forum.cuberite.org/thread-1877.html">the forum</a> for detailed discussion. <p> There is one instance of cPluginManager in Cuberite, to get it, call either {{cRoot|cRoot}}:Get():GetPluginManager() or cPluginManager:Get() function.</p> diff --git a/Server/Plugins/APIDump/InfoFile.html b/Server/Plugins/APIDump/InfoFile.html index 7f350f9f2..066af7d7a 100644 --- a/Server/Plugins/APIDump/InfoFile.html +++ b/Server/Plugins/APIDump/InfoFile.html @@ -234,8 +234,8 @@ RegisterPluginInfoConsoleCommands() <p>There are several plugins that already implement this approach. You can visit them for inspiration and to see what the generated documentation looks like:</p> <ul> - <li>Gallery plugin: <a href="https://github.com/cuberite/gallery/blob/master/Info.lua">Info.lua</a>, <a href="http://forum.mc-server.org/showthread.php?tid=1306">Forum</a> documentation</li> - <li>WorldEdit plugin: <a href="https://github.com/cuberite/WorldEdit/blob/master/Info.lua">Info.lua</a>, <a href="http://forum.mc-server.org/showthread.php?tid=870">Forum</a> and <a href="https://github.com/cuberite/WorldEdit">MarkDown</a> documentation</li> + <li>Gallery plugin: <a href="https://github.com/cuberite/gallery/blob/master/Info.lua">Info.lua</a>, <a href="https://forum.cuberite.org/thread-1306.html">Forum</a> documentation</li> + <li>WorldEdit plugin: <a href="https://github.com/cuberite/WorldEdit/blob/master/Info.lua">Info.lua</a>, <a href="https://forum.cuberite.org/thread-870.html">Forum</a> and <a href="https://github.com/cuberite/WorldEdit">MarkDown</a> documentation</li> </ul> <script> |