@@ -153,7 +153,7 @@ regularly tested against the most recent ClojureScript release.
153153data.avl releases are available from Maven Central. Development
154154snapshots are available from the Sonatype OSS repository.
155155
156- * [ Released versions] ( http ://search.maven.org/#search%7Cga%7C1%7Corg.clojure%2Fdata.avl)
156+ * [ Released versions] ( https ://search.maven.org/#search%7Cga%7C1%7Corg.clojure%2Fdata.avl)
157157
158158 * [ Development snapshots] ( https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~data.avl~~~ )
159159
@@ -164,36 +164,33 @@ Follow the first link above to discover the current release number.
164164org.clojure/data.avl {:mvn/version " ${version}" }
165165```
166166
167- [ Leiningen] ( http ://leiningen.org/) dependency information:
167+ [ Leiningen] ( https ://leiningen.org/) dependency information:
168168
169169 [org.clojure/data.avl "${version}"]
170170
171- [ Maven] ( http ://maven.apache.org/) dependency information:
171+ [ Maven] ( https ://maven.apache.org/) dependency information:
172172
173173 <dependency>
174174 <groupId>org.clojure</groupId>
175175 <artifactId>data.avl</artifactId>
176176 <version>${version}</version>
177177 </dependency>
178178
179- [ Gradle] ( http ://www.gradle.org/) dependency information:
179+ [ Gradle] ( https ://www.gradle.org/) dependency information:
180180
181181 compile "org.clojure:data.avl:${version}"
182182
183183## Developer information
184184
185185data.avl is being developed as a Clojure Contrib project, see the
186- [ What is Clojure Contrib] ( http ://dev. clojure.org/pages/viewpage.action?pageId=5767464 )
186+ [ What is Clojure Contrib] ( https ://clojure.org/dev/contrib_libs )
187187page for details. Patches will only be accepted from developers who
188188have signed the Clojure Contributor Agreement.
189189
190190* [ GitHub project] ( https://github.com/clojure/data.avl )
191-
192- * [ Bug Tracker] ( http://dev.clojure.org/jira/browse/DAVL )
193-
194- * [ Continuous Integration] ( http://build.clojure.org/job/data.avl/ )
195-
196- * [ Compatibility Test Matrix] ( http://build.clojure.org/job/data.avl-test-matrix/ )
191+ * [ Bug Tracker] ( https://clojure.atlassian.net/browse/DAVL )
192+ * [ Continuous Integration] ( https://build.clojure.org/job/data.avl/ )
193+ * [ Compatibility Test Matrix] ( https://build.clojure.org/job/data.avl-test-matrix/ )
197194
198195## Clojure(Script) code reuse
199196
@@ -208,7 +205,7 @@ notice:
208205
209206 Copyright (c) Rich Hickey. All rights reserved.
210207 The use and distribution terms for this software are covered by the
211- Eclipse Public License 1.0 (http ://opensource.org/licenses/eclipse-1.0.php)
208+ Eclipse Public License 1.0 (https ://opensource.org/licenses/eclipse-1.0.php)
212209 which can be found in the file epl-v10.html at the root of this distribution.
213210 By using this software in any fashion, you are agreeing to be bound by
214211 the terms of this license.
0 commit comments