Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit bf99e15

Browse files
committed
Fix more links
1 parent 50da96d commit bf99e15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

3.10/deployment-kubernetes-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the [kube-arangodb repository](https://github.com/arangodb/kube-arangodb/rele
6868

6969
## ArangoDB deployment creation
7070

71-
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](../administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
71+
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
7272

7373
```bash
7474
kubectl create secret generic arango-license-key --from-literal=token-v2="<license-string>"

3.11/deployment-kubernetes-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the [kube-arangodb repository](https://github.com/arangodb/kube-arangodb/rele
6868

6969
## ArangoDB deployment creation
7070

71-
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](../administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
71+
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
7272

7373
```bash
7474
kubectl create secret generic arango-license-key --from-literal=token-v2="<license-string>"

3.9/deployment-kubernetes-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ in the [kube-arangodb repository](https://github.com/arangodb/kube-arangodb/rele
6868

6969
## ArangoDB deployment creation
7070

71-
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](../administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
71+
After deploying the latest ArangoDB Kubernetes operator, use the command below to deploy your [license key](administration-license.html) as a secret which is required for the Enterprise Edition starting with version 3.9:
7272

7373
```bash
7474
kubectl create secret generic arango-license-key --from-literal=token-v2="<license-string>"

0 commit comments

Comments
 (0)