diff --git a/.gitignore b/.gitignore index 18f7edd44b..12444168a6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ closure /core.js /coreadvanced.js /coresimple.js +/out diff --git a/readme.txt b/readme.txt index 55fefda21c..cbda31feac 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ * the terms of this license. * You must not remove this notice, or any other, from this software. -Docs: http://clojurescript.org +Docs: https://github.com/clojure/clojurescript/wiki Feedback: http://groups.google.com/group/clojure If you are operating from a fresh source base, you must run the bootstrapping script: @@ -22,4 +22,4 @@ Sample applications are found in the ./samples directory A "Quick Start" guide is available at https://github.com/clojure/clojurescript/wiki/Quick-Start -More information can be found on the ClojureScript wiki located at https://github.com/clojure/clojurescript/wiki/ +