Skip to content

Commit 417cc6e

Browse files
authored
Fixes #137
1 parent c2aaed6 commit 417cc6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ user> test-ary
123123
[3 4]]
124124
```
125125

126-
We have a [document](docs/Usage.md) on all the features but beginning usage is
126+
We have a [document](topics/Usage.md) on all the features but beginning usage is
127127
pretty simple. Import your modules, use the things from Clojure. We have put
128128
effort into making sure things like sequences and ranges transfer between the two
129129
languages.
@@ -152,8 +152,8 @@ our test [docker containers](dockerfiles/CondaDockerfile).
152152
* Clojure Conj 2019 [video](https://www.youtube.com/watch?v=vQPW16_jixs) and
153153
[slides](https://docs.google.com/presentation/d/1uegYhpS6P2AtEfhpg6PlgBmTSIPqCXvFTWcGYG_Qk2o/edit?usp=sharing).
154154
* [development discussion forum](https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev)
155-
* [design documentation](docs/design.md)
156-
* [scope and garbage collection docs](https://github.com/cnuernber/libpython-clj/blob/master/docs/scopes-and-gc.md)
155+
* [design documentation](topics/design.md)
156+
* [scope and garbage collection docs](topics/scopes-and-gc.md)
157157
* [examples](https://github.com/gigasquid/libpython-clj-examples)
158158
* [docker setup](https://github.com/scicloj/docker-hub)
159159
* [pandas bindings (!!)](https://github.com/alanmarazzi/panthera)
@@ -167,7 +167,7 @@ our test [docker containers](dockerfiles/CondaDockerfile).
167167

168168
New to Clojure or the JVM? Try remixing the nextjournal entry and playing around
169169
there. For more resources on learning and getting more comfortable with Clojure,
170-
we have an [introductory document](docs/new-to-clojure.md).
170+
we have an [introductory document](topics/new-to-clojure.md).
171171

172172

173173
## Resources

0 commit comments

Comments
 (0)