summaryrefslogtreecommitdiffstats
path: root/doc/pkg.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2014-09-02 15:07:31 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-02 15:07:31 (EDT)
commitcf2bad5a2ba4612939ae7a2fa17eec92dd8df847 (patch)
tree6cec289181dcc77b0e8f5d8ae45749fe3929dc40 /doc/pkg.mdwn
parent193445b5425ec1107db8ceb0973bd2a7bee9ffbe (diff)
doc/pkg: Add link names
Diffstat (limited to 'doc/pkg.mdwn')
-rw-r--r--doc/pkg.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkg.mdwn b/doc/pkg.mdwn
index 1726af4..219a3bf 100644
--- a/doc/pkg.mdwn
+++ b/doc/pkg.mdwn
@@ -5,7 +5,7 @@ Following is a series tutorials on preparing packages for ProteanOS.
Getting Started
---------------
- * [[doc/pkg/dev-env]]
+ * [[Setting_up_a_ProteanOS_Package_Development_Environment|doc/pkg/dev-env]]
This tutorial explains how to set up a ProteanOS development system for
building software packages under **chroot**(8).
@@ -13,7 +13,7 @@ Getting Started
Basic Packaging
---------------
- * [[doc/pkg/basic-expat]]
+ * [[Basic_Packaging_Tutorial|doc/pkg/basic-expat]]
This tutorial offers an in-depth introduction to ProteanOS packaging, using
the Expat XML parser library as an example.