Skip to content

Commit 72e69f0

Browse files
authored
HDDS-15124. Fix broken /docs/current/ links (#10153)
1 parent f761573 commit 72e69f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cd hadoop-ozone/dist/target/ozone-*-SNAPSHOT/compose/ozone
7575
OZONE_REPLICATION_FACTOR=3 ./run.sh -d
7676
```
7777

78-
See more details in the [README](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/ozone/README.md) and in the [docs](https://ozone.apache.org/docs/current/start.html).
78+
See more details in the [README](https://github.com/apache/ozone/blob/master/hadoop-ozone/dist/src/main/compose/ozone/README.md) and in the [docs](https://ozone.apache.org/docs/developer-guide/run/docker-compose/).
7979

8080
## Jira guideline
8181

hadoop-ozone/dist/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ docker-compose up -d
3030
```
3131

3232
More information can be found in the Getting Started Guide:
33-
* [Getting Started: Run Ozone with Docker Compose](https://ozone.apache.org/docs/current/start/runningviadocker.html)
33+
* [Getting Started: Run Ozone with Docker Compose](https://ozone.apache.org/docs/quick-start/installation/docker/)
3434

3535
## Testing on Kubernetes
3636

3737

3838
### Installation
3939

4040
Please refer to the Getting Started guide for a couple of options for testing Ozone on Kubernetes:
41-
* [Getting Started: Minikube and Ozone](https://ozone.apache.org/docs/current/start/minikube.html)
42-
* [Getting Started: Ozone on Kubernetes](https://ozone.apache.org/docs/current/start/kubernetes.html)
41+
* [Getting Started: Minikube and Ozone](https://ozone.apache.org/docs/quick-start/installation/kubernetes/#minikube)
42+
* [Getting Started: Ozone on Kubernetes](https://ozone.apache.org/docs/quick-start/installation/kubernetes/)
4343

4444
### Monitoring
4545

0 commit comments

Comments
 (0)