diff options
author | P. J. McDermott <pehjota> | 2012-07-05 02:00:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-05 02:00:08 (EDT) |
commit | b4e038fec4a2d9d01e8e01e1169234e3782da989 (patch) | |
tree | af11dbb00e5e1016d02f770dea1317b35787073d | |
parent | d7adda1409472752b9c98d098f5429b5aa424c2a (diff) |
Set text in hyperlinks in /dev/todo.
-rw-r--r-- | dev/todo.mdwn | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/todo.mdwn b/dev/todo.mdwn index d2978ad..7c96b0c 100644 --- a/dev/todo.mdwn +++ b/dev/todo.mdwn @@ -3,31 +3,31 @@ There are a number of tasks that need to be done before the operating system can be considered ready for production use: - * [[dev/todo/boot-sequencing]] + * [[Boot_Sequencing|dev/todo/boot-sequencing]] A flexible method of determining the order in which init scripts should be executed. - * [[dev/todo/multiarch]] + * [[Multiarch|dev/todo/multiarch]] The ability to install and use packages built for non-native architectures. - * [[dev/todo/installation-bootstrap-tool]] + * [[Installation_Bootstrap_Tool|dev/todo/installation-bootstrap-tool]] A tool to bootstrap the installation of a basic system. - * [[dev/todo/package-cross-building-tool]] + * [[Package_Cross_Building_Tooldev/todo/package-cross-building-tool]] A tool to build packages within a chroot environment - * [[dev/todo/multiarch-cross-toolchains]] + * [[Multiarch_Cross_Toolchain_Packages|dev/todo/multiarch-cross-toolchains]] Packages of toolchain components that use multiarch library paths. - * [[dev/todo/packaging]] + * [[Packaging|dev/todo/packaging]] Software that should be packaged soon. - * [[dev/todo/removing-libbb-from-opkg]] + * [[Removing_libbb_from_opkg|dev/todo/removing-libbb-from-opkg]] The modification of opkg to dynamically link against a newer libbusybox. |