We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c097b23 commit 306d285Copy full SHA for 306d285
.gitignore
@@ -7,3 +7,4 @@ closure
7
/core.js
8
/coreadvanced.js
9
/coresimple.js
10
+/out
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
11
Feedback: http://groups.google.com/group/clojure
12
13
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
22
23
A "Quick Start" guide is available at https://github.com/clojure/clojurescript/wiki/Quick-Start
24
25
-More information can be found on the ClojureScript wiki located at https://github.com/clojure/clojurescript/wiki/
+
0 commit comments