aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/index.html b/doc/index.html
index cf43c089..7e314a1c 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -56,8 +56,8 @@
<div id="toc" style="width: 10em;">
<h2>Support</h2>
<ul>
- <li><a href="01_Introduction.html">Manual</a></li>
- <li><a href="api">API</a></li>
+ <li><a href="manual.html">Manual</a></li>
+ <li><a href="api.html">API</a></li>
<li><a href="http://foicica.com/lists">Mailing list</a></li>
<li><a href="http://foicica.com/wiki/textadept">Wiki</a></li>
</ul>
@@ -195,19 +195,19 @@
<p>
Textadept comes with a comprehensive user manual in the
application’s <em>doc/</em> directory. This manual is also available
- <a href="01_Introduction.html">online</a>. It covers all of
- Textadept’s main features, including installation, usage,
- configuration, theming, scripting, and compilation.
+ <a href="manual.html">online</a>. It covers all of Textadept’s main
+ features, including installation, usage, configuration, theming,
+ scripting, and compilation.
</p>
</div>
<div class="right-col">
<h3>Exhaustive API Documentation</h3>
<p>
Since Textadept is entirely scriptable with Lua, its API is heavily
- documented. This documentation is located in the <em>doc/api/</em>
- directory (also available <a href="api">online</a>), and is the
- ultimate resource on scripting Textadept. (The editor’s Lua
- internals also provide abundant scripting examples.)
+ documented. This documentation is also located in <em>doc/</em>, is
+ available <a href="api.html">online</a>, and is the ultimate
+ resource on scripting Textadept. (The editor’s Lua internals also
+ provide abundant scripting examples.)
</p>
</div>
<div class="clear-col"></div>