Skip to content

Commit f00d923

Browse files
committed
update old links
1 parent e73366b commit f00d923

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

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: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ user> (ana.jvm/analyze-ns 'clojure.string)
9797
..]
9898
```
9999

100-
[AST Quickref](http://clojure.github.io/tools.analyzer.jvm/spec/quickref.html)
100+
[AST Quickref](https://clojure.github.io/tools.analyzer.jvm/spec/quickref.html)
101101
========================================
102102
Note that the quickref refers to the last stable release of t.a.jvm and might not be valid for the current SNAPSHOT version or for previous ones.
103103
Note also that the documented node fields refer to the output of t.a.jvm/analyze running the default passes and using the default configuration.
104104

105105
## SPONSORSHIP
106106

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

110110
## YourKit
@@ -113,16 +113,15 @@ YourKit has given an open source license for their profiler, greatly simplifying
113113

114114
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:
115115

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

119119
Releases and Dependency Information
120120
========================================
121121

122122
Latest stable release: 1.1.0
123123

124-
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
125-
124+
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer.jvm%22)
126125
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav%7Eorg.clojure%7Etools.analyzer.jvm%7E%7E%7E)
127126

128127
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
@@ -131,7 +130,7 @@ Latest stable release: 1.1.0
131130
[org.clojure/tools.analyzer.jvm "1.1.0"]
132131

133132
```
134-
[Maven](http://maven.apache.org/) dependency information:
133+
[Maven](https://maven.apache.org/) dependency information:
135134

136135
```xml
137136
<dependency>
@@ -147,19 +146,15 @@ Latest stable release: 1.1.0
147146
API Index
148147
========================================
149148

150-
* [CrossClj Documentation](http://crossclj.info/doc/org.clojure/tools.analyzer.jvm/lastest/index.html)
151-
* [API index](http://clojure.github.io/tools.analyzer.jvm)
149+
* [API index](https://clojure.github.io/tools.analyzer.jvm)
152150

153151
Developer Information
154152
========================================
155153

156154
* [GitHub project](https://github.com/clojure/tools.analyzer.jvm)
157-
158-
* [Bug Tracker](http://dev.clojure.org/jira/browse/TANAL)
159-
160-
* [Continuous Integration](http://build.clojure.org/job/tools.analyzer.jvm/)
161-
162-
* [Compatibility Test Matrix](http://build.clojure.org/job/tools.analyzer.jvm-test-matrix/)
155+
* [Bug Tracker](https://clojure.atlassian.net/browse/TANAL)
156+
* [Continuous Integration](https://build.clojure.org/job/tools.analyzer.jvm/)
157+
* [Compatibility Test Matrix](https://build.clojure.org/job/tools.analyzer.jvm-test-matrix/)
163158

164159
## License
165160

0 commit comments

Comments
 (0)