Skip to content

Commit 17068fa

Browse files
committed
Update links in readme to https and fixed some broken links
1 parent 8eba755 commit 17068fa

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
## What is ClojureScript? ##
22

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.
3+
[ClojureScript](https://clojurescript.org) is a compiler for [Clojure](https://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.
44

5-
Official web site: http://clojurescript.org
5+
Official web site: https://clojurescript.org
66

77
## Releases and dependency information ##
88

99
Latest stable release: 1.11.60
1010

11-
* [All released versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
11+
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22clojurescript%22)
1212

13-
[Leiningen](http://github.com/technomancy/leiningen/) dependency information:
13+
[Leiningen](https://github.com/technomancy/leiningen/) dependency information:
1414

1515
```
1616
[org.clojure/clojurescript "1.11.60"]
1717
```
1818

19-
[Maven](http://maven.apache.org) dependency information:
19+
[Maven](https://maven.apache.org) dependency information:
2020

2121
```
2222
<dependency>
@@ -28,21 +28,21 @@ Latest stable release: 1.11.60
2828

2929
## Getting Started ##
3030

31-
* Read the [Quick Start](http://clojurescript.org/guides/quick-start) guide.
32-
* Read the [Documentation](http://clojurescript.org).
33-
* Try a [tutorial](http://clojurescript.org/guides).
34-
* [Companies using ClojureScript](http://clojurescript.org/community/companies)
31+
* Read the [Quick Start](https://clojurescript.org/guides/quick-start) guide.
32+
* Read the [Documentation](https://clojurescript.org).
33+
* Try a [tutorial](https://clojurescript.org/guides).
34+
* [Companies using ClojureScript](https://clojurescript.org/community/companies)
3535

3636
## Questions, Feedback? ##
3737

3838
Please point all of your questions and feedback to the
39-
[Clojure mailing list](http://groups.google.com/group/clojure). There
39+
[Clojure mailing list](https://groups.google.com/group/clojure). There
4040
is a community run
41-
[ClojureScript user mailing list](http://groups.google.com/group/clojurescript) and
41+
[ClojureScript user mailing list](https://groups.google.com/group/clojurescript) and
4242
the IRC channel, `#clojurescript` on [freenode.net](https://freenode.net/), is quite active.
43-
There is also a community run [Slack channel](http://clojurians.slack.com). The
43+
There is also a community run [Slack channel](https://clojurians.slack.com). The
4444
Jira bug/feature tracking application is located at
45-
<http://dev.clojure.org/jira/browse/CLJS>. Before submitting issues
45+
<https://clojure.atlassian.net/browse/CLJS>. Before submitting issues
4646
please read the
4747
[Reporting Issues](https://github.com/clojure/clojurescript/wiki/Reporting-Issues)
4848
page first.
@@ -53,28 +53,28 @@ ClojureScript operates under the same license as Clojure. All
5353
contributors must have a signed CA (Contributor's Agreement) and
5454
submit their patch via the appropriate channels. If you're interested
5555
in contributing to the project, please see the
56-
[contributing](http://clojure.org/contributing) page on
57-
[clojure.org](http://clojure.org). For more information about working
56+
[contributing](https://clojure.org/dev/contributing) page on
57+
[clojure.org](https://clojure.org). For more information about working
5858
on the compiler and testing check the
59-
[Developer section of the wiki](http://github.com/clojure/clojurescript/wiki/Developers).
59+
[Developer section of the wiki](https://github.com/clojure/clojurescript/wiki/Developers).
6060

6161
YourKit
6262
----
6363

64-
<img src="http://www.yourkit.com/images/yklogo.png"></img>
64+
<img src="https://www.yourkit.com/images/yklogo.png"></img>
6565

6666
YourKit has given an open source license for their profiler, greatly simplifying the profiling of ClojureScript performance.
6767

6868
YourKit supports open source projects with its full-featured Java Profiler.
69-
YourKit, LLC is the creator of <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a>
70-
and <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>,
69+
YourKit, LLC is the creator of <a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a>
70+
and <a href="https://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>,
7171
innovative and intelligent tools for profiling Java and .NET applications.
7272

7373
## License ##
7474

7575
Copyright (c) Rich Hickey. All rights reserved. The use and
7676
distribution terms for this software are covered by the Eclipse
77-
Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
77+
Public License 1.0 (https://opensource.org/license/epl-1-0/)
7878
which can be found in the file epl-v10.html at the root of this
7979
distribution. By using this software in any fashion, you are
8080
agreeing to be bound by the terms of this license. You must

0 commit comments

Comments
 (0)