Skip to content

Commit c509d35

Browse files
committed
Chore: Fix broken link references
1 parent 65ba46c commit c509d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/feature/cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ needs.
6565

6666
:::{rubric} CrateDB Cloud
6767
:::
68-
- {ref}`cloud:cluster-deployment-marketplace`
68+
- {ref}`cloud:index`
6969
- {ref}`Documentation <cloud:index>`
7070
- [Web Console]
7171

docs/install/container/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Breaking the command down:
8181
{ref}`docker-compose` as reference).
8282
- Puts the container into the `crate` network and maps port `4201` on your
8383
host machine to port `4200` on the container (admin UI).
84-
- Defines the environment variable {ref}`CRATE_HEAP_SIZE <manual:conf-env-heap-size>`,
84+
- Defines the environment variable {ref}`CRATE_HEAP_SIZE <crate-reference:conf-env-heap-size>`,
8585
which is used by CrateDB to allocate 1 GB for its heap memory.
8686
- Runs the command `crate` inside the container with parameters:
8787
: - `network.host`: The `_site_` value results in the binding of the

0 commit comments

Comments
 (0)