You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2015/02/13 17:59:03 UTC

svn commit: r1659603 - /nutch/trunk/README.txt

Author: mattmann
Date: Fri Feb 13 16:59:03 2015
New Revision: 1659603

URL: http://svn.apache.org/r1659603
Log:
Fix typo in README.txt This closes #7.

Modified:
    nutch/trunk/README.txt

Modified: nutch/trunk/README.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/README.txt?rev=1659603&r1=1659602&r2=1659603&view=diff
==============================================================================
--- nutch/trunk/README.txt (original)
+++ nutch/trunk/README.txt Fri Feb 13 16:59:03 2015
@@ -22,7 +22,7 @@ To contribute a patch, follow these inst
 1. File JIRA issue for your fix at https://issues.apache.org/jira/browse/NUTCH
 - you will get issue id NUTCH-xxx where xxx is the issue ID.
 2. git clone http://github.com/apache/nutch.git 
-3. cd oodt
+3. cd nutch
 4. git checkout -b NUTCH-xxx
 5. edit files
 6. git status (make sure it shows what files you expected to edit)