diff --git a/README.txt b/README.txt deleted file mode 100644 index fd4cd21..0000000 --- a/README.txt +++ /dev/null @@ -1,4 +0,0 @@ - -Documentation - - http://jfuzzylogic.sourceforge.net diff --git a/html/manual.html b/html/manual.html index 48610f3..1701e13 100644 --- a/html/manual.html +++ b/html/manual.html @@ -111,12 +111,9 @@

Getting the source code

- You can download the project from SourceForge using (CVS): + You can download the source code form GitHub:

-cvs -z3 \
-    -d:pserver:anonymous@jfuzzylogic.cvs.sourceforge.net:/cvsroot/jfuzzylogic \
-    checkout \
-    -P jFuzzyLogic
+git clone https://github.com/pcingola/jFuzzyLogic.git
 

To build, just run ant from the project's folder.