Skip to content

Commit

Permalink
Update links in readme to https and fixed some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 29, 2023
1 parent 8eba755 commit 17068fa
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## What is ClojureScript? ##

[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.
[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.

Official web site: http://clojurescript.org
Official web site: https://clojurescript.org

## Releases and dependency information ##

Latest stable release: 1.11.60

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

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

```
[org.clojure/clojurescript "1.11.60"]
```

[Maven](http://maven.apache.org) dependency information:
[Maven](https://maven.apache.org) dependency information:

```
<dependency>
Expand All @@ -28,21 +28,21 @@ Latest stable release: 1.11.60

## Getting Started ##

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

## Questions, Feedback? ##

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

YourKit
----

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

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

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

## License ##

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

0 comments on commit 17068fa

Please sign in to comment.