summaryrefslogtreecommitdiff
path: root/HowToContributeToThisWiki.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'HowToContributeToThisWiki.mdwn')
-rw-r--r--HowToContributeToThisWiki.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/HowToContributeToThisWiki.mdwn b/HowToContributeToThisWiki.mdwn
index a2e0c34b..2886945f 100644
--- a/HowToContributeToThisWiki.mdwn
+++ b/HowToContributeToThisWiki.mdwn
@@ -93,15 +93,15 @@ hold of the latest changes others have been installing in the mean time.
But now: work on these files.
$ cd wiki/
- $ emacs NextHurd.mdwn
+ $ emacs hurd/ng.mdwn
$ # Check what you've done.
- $ git diff NextHurd.mdwn
- $ git commit NextHurd.mdwn
+ $ git diff hurd/ng.mdwn
+ $ git commit hurd/ng.mdwn
[...]
$ # Add a new file.
- $ emacs Hurd/DesignGoals.mdwn
- $ git add Hurd/DesignGoals.mdwn
- $ git commit Hurd/DesignGoals.mdwn
+ $ emacs mach/issues.mdwn
+ $ git add mach/issues.mdwn
+ $ git commit mach/issues.mdwn
[...]
$ [...]