summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-30 02:26:08 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-30 02:26:08 (EDT)
commit72586a2ef8bf47f4df235b38bb8d33ddbff13239 (patch)
tree65f3b3f19e3f7bbc725275df1b112ab3f361d4f0
parentdc3c34fb71c469c04be17bf9e98f8043710f5850 (diff)
Change relative paths to "dev/todo".
Apache, now you're starting to annoy me, bro.
-rwxr-xr-xdev.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev.html b/dev.html
index 37fd1e6..bff926a 100755
--- a/dev.html
+++ b/dev.html
@@ -39,15 +39,15 @@
<h2>Remaining Tasks</h2>
<p>There are a number of development projects that remain to be done.</p>
<dl>
- <dt><a href="dev/todo#boot-sequencing">Boot Sequencing</a></dt>
+ <dt><a href="todo#boot-sequencing">Boot Sequencing</a></dt>
<dd>A flexible method of determining the order in which init scripts should be executed.</dd>
- <dt><a href="dev/todo#ma">Multiarch</a></dt>
+ <dt><a href="todo#ma">Multiarch</a></dt>
<dd>The ability to install and use packages built for non-native architectures.</dd>
- <dt><a href="dev/todo#installation-bootstrap-tool">Installation Bootstrap Tool</a></dt>
+ <dt><a href="todo#installation-bootstrap-tool">Installation Bootstrap Tool</a></dt>
<dd>A tool to bootstrap the installation of a basic system.</dd>
- <dt><a href="dev/todo#pkg-x-build-tool">Package Cross Building Tool</a></h3>
+ <dt><a href="todo#pkg-x-build-tool">Package Cross Building Tool</a></h3>
<dd>A tool to build packages within a chroot environment</dd>
- <dt><a href="dev/todo#ma-x-toolchains">Multiarch Cross Toolchain Packages</a></dt>
+ <dt><a href="todo#ma-x-toolchains">Multiarch Cross Toolchain Packages</a></dt>
<dd>Packages of toolchain components that use multiarch library paths.</dd>
</dl>
<!--#include file="includes/footer.html" -->