From ebf5adb8e9ef993d74fe61fd33c2062e7bcad1c2 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 4 Sep 2007 15:01:35 +0200 Subject: Move `NextHurd' (and everything below) into `hurd/ng'. --- HowToContributeToThisWiki.mdwn | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'HowToContributeToThisWiki.mdwn') 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 [...] $ [...] -- cgit v1.2.3