Skip to content

Commit 01213ec

Browse files
committed
update old links
1 parent e71c533 commit 01213ec

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ more information on how to contribute.
88

99
[Clojure contrib]: https://clojure.org/community/contrib_libs
1010
[Contributing]: https://clojure.org/community/contributing
11-
[JIRA]: http://dev.clojure.org/jira/browse/TANAL
11+
[JIRA]: https://clojure.atlassian.net/browse/TANAL
1212
[guidelines]: https://clojure.org/community/contrib_howto

README.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Currently the following platform specific analyzers written on top of tools.anal
1919
* [Developer Information](#developer-information)
2020
* [License](#license)
2121

22-
[Quickref](http://clojure.github.io/tools.analyzer/spec/quickref.html)
22+
[Quickref](https://clojure.github.io/tools.analyzer/spec/quickref.html)
2323
========================================
2424

2525
## Example Usage
@@ -186,7 +186,7 @@ Since version `0.6.0`, passes can be scheduled automatically using `clojure.tool
186186

187187
## SPONSORSHIP
188188

189-
* Cognitect (http://cognitect.com/) has sponsored tools.analyzer development (https://groups.google.com/d/msg/clojure/iaP16MHpX0E/EMtnGmOz-rgJ)
189+
* Cognitect (https://cognitect.com/) has sponsored tools.analyzer development (https://groups.google.com/d/msg/clojure/iaP16MHpX0E/EMtnGmOz-rgJ)
190190
* Ambrose BS (https://twitter.com/ambrosebs) has sponsored tools.analyzer development in his typed clojure campaign (http://www.indiegogo.com/projects/typed-clojure).
191191

192192
## YourKit
@@ -195,24 +195,23 @@ YourKit has given an open source license for their profiler, greatly simplifying
195195

196196
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products:
197197

198-
* <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
199-
* <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
198+
* <a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
199+
* <a href="https://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
200200

201201
Releases and Dependency Information
202202
========================================
203203

204204
Latest stable release: 1.0.0
205205

206-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22)
207-
208-
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.analyzer%7E%7E%7E)
206+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22)
207+
* [Development Snapshot Versions](https://clojure.org/releases/downloads#_using_clojure_snapshot_releases)
209208

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

212211
```clojure
213212
[org.clojure/tools.analyzer "1.0.0"]
214213
```
215-
[Maven](http://maven.apache.org/) dependency information:
214+
[Maven](https://maven.apache.org/) dependency information:
216215

217216
```xml
218217
<dependency>
@@ -228,19 +227,15 @@ Latest stable release: 1.0.0
228227
API Index
229228
========================================
230229

231-
* [CrossClj Documentation](http://crossclj.info/doc/org.clojure/tools.analyzer/lastest/index.html)
232-
* [API index](http://clojure.github.io/tools.analyzer)
230+
* [API index](https://clojure.github.io/tools.analyzer)
233231

234232
Developer Information
235233
========================================
236234

237235
* [GitHub project](https://github.com/clojure/tools.analyzer)
238-
239-
* [Bug Tracker](http://dev.clojure.org/jira/browse/TANAL)
240-
241-
* [Continuous Integration](http://build.clojure.org/job/tools.analyzer/)
242-
243-
* [Compatibility Test Matrix](http://build.clojure.org/job/tools.analyzer-test-matrix/)
236+
* [Bug Tracker](https://clojure.atlassian.net/browse/TANAL)
237+
* [Continuous Integration](https://build.clojure.org/job/tools.analyzer/)
238+
* [Compatibility Test Matrix](https://build.clojure.org/job/tools.analyzer-test-matrix/)
244239

245240
## License
246241

0 commit comments

Comments
 (0)