summaryrefslogtreecommitdiff
path: root/HowToContributeToThisWiki.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-12 22:04:30 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-12 22:04:30 +0200
commitae128d097693da524c4a35d42fdc39b8d8b557dd (patch)
tree9b34d8116976bfdb55e79cc7bebebd2a87e4e299 /HowToContributeToThisWiki.mdwn
parentf84936f1914a2df19d2251cb6f8ed94e91390c5b (diff)
Groups the items on the sidebar nicely and make `NextHurd' a top-level item.
Diffstat (limited to 'HowToContributeToThisWiki.mdwn')
-rw-r--r--HowToContributeToThisWiki.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn
index 7245aa8d..f459c67b 100644
--- a/HowToContributeToThisWiki.mdwn
+++ b/HowToContributeToThisWiki.mdwn
@@ -76,10 +76,10 @@ hold of the latest changes others have been installing in the mean time.
But now: work on these files.
$ cd wiki/
- $ emacs Hurd/NextHurd.mdwn
+ $ emacs NextHurd.mdwn
$ # Check what you've done.
- $ git diff Hurd/NextHurd.mdwn
- $ git commit Hurd/NextHurd.mdwn
+ $ git diff NextHurd.mdwn
+ $ git commit NextHurd.mdwn
[...]
$ # Add a new file.
$ emacs Hurd/DesignGoals.mdwn