Skip to content

Commit af11219

Browse files
committed
add cross-clj documentation link
1 parent c589254 commit af11219

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A JVM bytecode generator for ASTs compatible with tools.analyzer[.jvm].
66
* [Differences From Clojure](#differences-from-clojure)
77
* [Releases and Dependency Information](#releases-and-dependency-information)
88
* [Changelog](#changelog)
9+
* [Public API](#public-api)
910
* [Developer Information](#developer-information)
1011
* [License](#license)
1112

@@ -121,13 +122,17 @@ Latest stable release: 0.1.0-beta5
121122
[Changelog](CHANGELOG.md)
122123
========================================
123124

125+
API Index
126+
========================================
127+
128+
* [CrossClj Documentation](http://crossclj.info/doc/org.clojure/tools.emitter.jvm/lastest/index.html)
129+
* [API index](http://clojure.github.io/tools.emitter.jvm)
130+
124131
Developer Information
125132
========================================
126133

127134
* [GitHub project](https://github.com/clojure/tools.emitter.jvm)
128135

129-
* [API index](http://clojure.github.io/tools.emitter.jvm)
130-
131136
* [Bug Tracker](http://dev.clojure.org/jira/browse/TEMJVM)
132137

133138
* [Continuous Integration](http://build.clojure.org/job/tools.emitter.jvm/)

0 commit comments

Comments
 (0)