aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-06-30 13:06:25 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-06-30 13:06:25 -0400
commit03b0b8932ea1c41854a487f9fa6555def9b59462 (patch)
tree491743468203ee0b49729d323a1f224aaf4ef669 /doc/index.html
parentb8a5a15f6171cbedc9007e5b05757aa4b72ff742 (diff)
downloadtextadept-03b0b8932ea1c41854a487f9fa6555def9b59462.tar.gz
textadept-03b0b8932ea1c41854a487f9fa6555def9b59462.zip
Condensed manual and API documentation into single files.
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>