Skip to content

Commit b93beee

Browse files
authored
Change pointers to http://clojurescript.org site
1 parent 60f6f86 commit b93beee

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## What is ClojureScript? ##
22

3-
ClojureScript is a compiler for [Clojure](http://clojure.org) that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the [Google Closure](https://developers.google.com/closure/compiler/) optimizing compiler.
3+
[ClojureScript](http://clojurescript.org) is a compiler for [Clojure](http://clojure.org) that targets JavaScript. It is designed to emit JavaScript code which is compatible with the advanced compilation mode of the [Google Closure](https://developers.google.com/closure/compiler/) optimizing compiler.
4+
5+
Official web site: http://clojurescript.org
46

57
## Releases and dependency information ##
68

@@ -28,10 +30,10 @@ Latest stable release: 1.9.211
2830

2931
* [Compare with JavaScript](http://himera.herokuapp.com/synonym.html)
3032
* [Try it online](http://himera.herokuapp.com/index.html)
31-
* Read the [Quick Start](https://github.com/clojure/clojurescript/wiki/Quick-Start) guide.
32-
* Read the [Documentation](https://github.com/clojure/clojurescript/wiki).
33-
* Try a [tutorial](https://github.com/clojure/clojurescript/wiki).
34-
* [Companies using ClojureScript](https://github.com/clojure/clojurescript/wiki/Companies-Using-ClojureScript)
33+
* Read the [Quick Start](http://clojurescript.org/guides/quick-start) guide.
34+
* Read the [Documentation](http://clojurescript.org).
35+
* Try a [tutorial](http://clojurescript.org/guides).
36+
* [Companies using ClojureScript](http://clojurescript.org/community/companies)
3537

3638
## Questions, Feedback? ##
3739

0 commit comments

Comments
 (0)