Skip to content

Commit 8314feb

Browse files
authored
Merge pull request #40 from cachedjdk/fix-docs
Fix docs
2 parents 6da2410 + 42543d4 commit 8314feb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/cachedir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ variable [`CJDK_CACHE_DIR`](environ-cjdk-cache-dir).
1919

2020
You can safely delete the cache directory at any time, provided that **cjdk**
2121
and the JDKs installed by it are not in use. You can use the
22-
[`cjdk clear-cache`](cli.md#clear-cache) command or the
23-
[`cjdk.clear_cache()`](api.md#cjdk.clear_cache) function to do this.
22+
[`cjdk clear-cache`](cli-clear-cache) command or the
23+
[`cjdk.clear_cache()`](cjdk.clear_cache) function to do this.

docs/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ shown was on macOS.)
115115

116116
## Managing the cache
117117

118+
(cli-clear-cache)=
119+
118120
### `clear-cache`
119121

120122
```{command-output} cjdk clear-cache --help

docs/example-run-jgo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ from contextlib import contextmanager
3333

3434
```{code-cell} ipython3
3535
# From https://maven.apache.org/download.html
36-
maven_url = "tgz+https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz"
37-
maven_sha512 = "706f01b20dec0305a822ab614d51f32b07ee11d0218175e55450242e49d2156386483b506b3a4e8a03ac8611bae96395fd5eec15f50d3013d5deed6d1ee18224"
36+
maven_url = "tgz+https://dlcdn.apache.org/maven/maven-3/3.9.12/binaries/apache-maven-3.9.12-bin.tar.gz"
37+
maven_sha512 = "0a1be79f02466533fc1a80abbef8796e4f737c46c6574ede5658b110899942a94db634477dfd3745501c80aef9aac0d4f841d38574373f7e2d24cce89d694f70"
3838
```
3939

4040
```{code-cell} ipython3

0 commit comments

Comments
 (0)