Skip to content

Commit 6182fa8

Browse files
authored
Docs: Update links docs.arangodb.com -> www.arangodb.com/docs (#488)
* Update links docs.arangodb.com -> www.arangodb.com/docs * External links * rClone -> Rclone
1 parent fea09bb commit 6182fa8

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/Manual/Deployment/Kubernetes/BackupResource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Default: {}
202202

203203
Field is immutable. Protocol needs to be defined in `spec.download.credentialsSecretName` if protocol is other than local.
204204

205-
Mode protocols can be found [here](https://rclone.org/).
205+
Mode protocols can be found at [rclone.org](https://rclone.org/).
206206

207207
Format: `<protocol>:/<path>`
208208

@@ -230,7 +230,7 @@ metadata:
230230
type: Opaque
231231
```
232232

233-
`JSON Token` options are described on the [rClone](https://rclone.org/) page.
233+
`JSON Token` options are described on the [Rclone](https://rclone.org/) page.
234234
We can define more than one protocols at same time in one secret.
235235

236236
This field is defined in json format:
@@ -244,7 +244,7 @@ This field is defined in json format:
244244
}
245245
```
246246

247-
AWS S3 example - based on [rClone S3](https://rclone.org/s3/) documentation and interactive process:
247+
AWS S3 example - based on [Rclone S3](https://rclone.org/s3/) documentation and interactive process:
248248

249249
```json
250250
{

docs/Manual/Deployment/Kubernetes/Drain.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ collection and see the details about shards. Please keep in
9797
mind that this has to be done **for each database** separately!
9898

9999
Obviously, this might be tedious and calls for automation. Therefore, there
100-
are APIs for this. The first one is [Cluster Health](../../../HTTP/Cluster/Health.html):
100+
are APIs for this. The first one is [Cluster Health](https://www.arangodb.com/docs/stable/http/cluster-health.html):
101101

102102
```
103103
POST /_admin/cluster/health
@@ -163,7 +163,7 @@ curl -k https://arangodb.9hoeffer.de:8529/_admin/cluster/health --user root: | j
163163
```
164164

165165
For the shards being in sync there is the
166-
[Cluster Inventory](../../../HTTP/Replications/ReplicationDump.html#return-cluster-inventory-of-collections-and-indexes)
166+
[Cluster Inventory](https://www.arangodb.com/docs/stable/http/replications-replication-dump.html#return-cluster-inventory-of-collections-and-indexes)
167167
API call:
168168

169169
```
@@ -446,7 +446,7 @@ above.
446446
Finally, it is likely that the shard distribution in the "new" cluster
447447
is not balanced out. In particular, the new _DBSserver_ is not automatically
448448
used to store shards. We recommend to
449-
[re-balance](../../Administration/Cluster/README.md#movingrebalancing-shards) the shard distribution,
449+
[re-balance](https://www.arangodb.com/docs/stable/administration-cluster.html#movingrebalancing-shards) the shard distribution,
450450
either manually by moving shards or by using the _Rebalance Shards_
451451
button in the _Shards_ tab under _NODES_ in the web UI. This redistribution can take
452452
some time again and progress can be monitored in the UI.

docs/Manual/Tutorials/Kubernetes/AKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
NAMESPACE: default
9494
STATUS: DEPLOYED
9595
...
96-
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
96+
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
9797
for how to get started.
9898
```
9999

docs/Manual/Tutorials/Kubernetes/bare-metal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Your release is named 'illocutionary-whippet'.
324324
325325
You can now deploy ArangoDeployment & ArangoDeploymentReplication resources.
326326
327-
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
327+
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
328328
for how to get started.
329329
```
330330
- As unlike cloud k8s offerings no file volume infrastructure exists, we need to still deploy the storage operator chart:
@@ -383,7 +383,7 @@ helm install \
383383
384384
You can now deploy an ArangoLocalStorage resource.
385385
386-
See https://docs.arangodb.com/devel/Manual/Deployment/Kubernetes/StorageResource.html
386+
See https://www.arangodb.com/docs/stable/deployment-kubernetes-storage-resource.html
387387
for further instructions.
388388
389389
```

tools/manifests/manifest_builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can now deploy ArangoDeployment resources.
205205
You can now deploy ArangoDeploymentReplication resources.
206206
{{- end }}
207207
208-
See https://docs.arangodb.com/devel/Manual/Tutorials/Kubernetes/
208+
See https://www.arangodb.com/docs/stable/tutorials-kubernetes.html
209209
for how to get started.
210210
`
211211
kubeArangoDBStorageNotesText = `
@@ -215,7 +215,7 @@ Your release is named '{{ .Release.Name }}'.
215215
216216
You can now deploy an ArangoLocalStorage resource.
217217
218-
See https://docs.arangodb.com/devel/Manual/Deployment/Kubernetes/StorageResource.html
218+
See https://www.arangodb.com/docs/stable/deployment-kubernetes-storage-resource.html
219219
for further instructions.
220220
`
221221
kubeArangoDBCRDNotesText = `

0 commit comments

Comments
 (0)