diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-03 14:27:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-01-03 14:27:58 +0000 |
commit | dc39fea05ea07302e2c51fbfbf6b37530b124577 (patch) | |
tree | 83a7aecae872bd09b140896595830ccbb29e1ba5 /docs/index.html | |
parent | e9fd3ba81330391dbb28181a98ec1e364736b6e5 (diff) | |
download | ChibiOS-dc39fea05ea07302e2c51fbfbf6b37530b124577.tar.gz ChibiOS-dc39fea05ea07302e2c51fbfbf6b37530b124577.tar.bz2 ChibiOS-dc39fea05ea07302e2c51fbfbf6b37530b124577.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@164 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 10b088bbb..a4d9e32c2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,7 +88,7 @@ possible so some rules were set:<br> configure limits
for data structures, only use lists or other dynamic data structures.
See
-the <a href="http://chibios.sourceforge.net/doc/index.html" target="_top" rel="me">Documentation</a> and
+the <a href="http://chibios.sourceforge.net/html/index.html" target="_top" rel="me">Documentation</a> and
the demos.</li>
<li>No memory allocation inside the kernel, an allocator
can be
|