From 93c0ed111ff1d03b0caecd6a83c0d1b1c9d48ee2 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Sun, 19 May 2019 13:05:17 -0600 Subject: [PATCH] update docs links to point to velero.io Signed-off-by: Steve Kriss --- site/docs/master/migrating-to-velero.md | 2 +- site/docs/master/upgrade-to-1.0.md | 2 +- site/docs/v0.10.0/README.md | 2 +- site/docs/v0.11.0/migrating-to-velero.md | 2 +- site/docs/v0.11.0/versions.md | 2 +- site/docs/v0.7.0/README.md | 2 +- site/docs/v0.7.1/README.md | 2 +- site/docs/v0.8.0/README.md | 2 +- site/docs/v0.8.1/README.md | 4 ++-- site/docs/v0.9.0/README.md | 2 +- site/docs/v1.0.0-rc.1/README.md | 2 +- site/docs/v1.0.0-rc.1/migrating-to-velero.md | 2 +- site/docs/v1.0.0-rc.1/upgrade-to-1.0.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/site/docs/master/migrating-to-velero.md b/site/docs/master/migrating-to-velero.md index 47573fcbc..5c648f6bd 100644 --- a/site/docs/master/migrating-to-velero.md +++ b/site/docs/master/migrating-to-velero.md @@ -79,4 +79,4 @@ kubectl delete crds -l component=ark kubectl delete clusterrolebindings -l component=ark ``` -[1]: https://heptio.github.io/velero/v0.10.0/upgrading-to-v0.10 +[1]: https://velero.io/docs/v0.10.0/upgrading-to-v0.10 diff --git a/site/docs/master/upgrade-to-1.0.md b/site/docs/master/upgrade-to-1.0.md index 44bf768a8..14631441c 100644 --- a/site/docs/master/upgrade-to-1.0.md +++ b/site/docs/master/upgrade-to-1.0.md @@ -116,6 +116,6 @@ _*backups created prior to v0.10 stored snapshot metadata in the `status.volumeB kubectl -n velero set image daemonset/restic restic=gcr.io/heptio-images/velero:v1.0.0 ``` -[0]: https://heptio.github.io/velero/v0.11.0/migrating-to-velero +[0]: https://velero.io/docs/v0.11.0/migrating-to-velero [1]: https://github.com/heptio/velero/releases/tag/v0.11.1 [2]: https://github.com/heptio/velero/releases/tag/v1.0.0 diff --git a/site/docs/v0.10.0/README.md b/site/docs/v0.10.0/README.md index e1f68e8a5..f864d0c49 100644 --- a/site/docs/v0.10.0/README.md +++ b/site/docs/v0.10.0/README.md @@ -72,7 +72,7 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/ark/blob/master/docs/zenhub.md -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v0.10.0/ [30]: /troubleshooting.md [99]: /support-matrix.md diff --git a/site/docs/v0.11.0/migrating-to-velero.md b/site/docs/v0.11.0/migrating-to-velero.md index 47573fcbc..5c648f6bd 100644 --- a/site/docs/v0.11.0/migrating-to-velero.md +++ b/site/docs/v0.11.0/migrating-to-velero.md @@ -79,4 +79,4 @@ kubectl delete crds -l component=ark kubectl delete clusterrolebindings -l component=ark ``` -[1]: https://heptio.github.io/velero/v0.10.0/upgrading-to-v0.10 +[1]: https://velero.io/docs/v0.10.0/upgrading-to-v0.10 diff --git a/site/docs/v0.11.0/versions.md b/site/docs/v0.11.0/versions.md index bac2bb946..1e3dc8ba4 100644 --- a/site/docs/v0.11.0/versions.md +++ b/site/docs/v0.11.0/versions.md @@ -22,5 +22,5 @@ Not all Velero versions support all versions of Kubernetes. You should be aware - Restic support requires Kubernetes version 1.10 or later, or an earlier version with the mount propagation feature enabled. See [Restic Integration][3]. [1]: https://github.com/heptio/velero/releases -[2]: https://heptio.github.io/velero/v0.10.0/upgrading-to-v0.10 +[2]: https://velero.io/docs/v0.10.0/upgrading-to-v0.10 [3]: restic.md diff --git a/site/docs/v0.7.0/README.md b/site/docs/v0.7.0/README.md index e3b5535d1..93b6d6c45 100644 --- a/site/docs/v0.7.0/README.md +++ b/site/docs/v0.7.0/README.md @@ -196,4 +196,4 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/ark/releases [27]: /hooks.md [28]: /plugins.md -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v0.7.0/ diff --git a/site/docs/v0.7.1/README.md b/site/docs/v0.7.1/README.md index 073eb219c..08a8ef75b 100644 --- a/site/docs/v0.7.1/README.md +++ b/site/docs/v0.7.1/README.md @@ -208,5 +208,5 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/ark/releases [27]: /hooks.md [28]: /plugins.md -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v0.7.1/ [30]: /troubleshooting.md diff --git a/site/docs/v0.8.0/README.md b/site/docs/v0.8.0/README.md index ff91b6705..9b64d6073 100644 --- a/site/docs/v0.8.0/README.md +++ b/site/docs/v0.8.0/README.md @@ -214,5 +214,5 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/ark/releases [27]: /hooks.md [28]: /plugins.md -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v0.8.0/ [30]: /troubleshooting.md diff --git a/site/docs/v0.8.1/README.md b/site/docs/v0.8.1/README.md index 7cf3120bc..da4ab6e08 100644 --- a/site/docs/v0.8.1/README.md +++ b/site/docs/v0.8.1/README.md @@ -214,5 +214,5 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/ark/releases [27]: /hooks.md [28]: /plugins.md -[29]: https://heptio.github.io/velero/v0.8.1/ -[30]: /troubleshooting.md \ No newline at end of file +[29]: https://velero.io/docs/v0.8.1/ +[30]: /troubleshooting.md diff --git a/site/docs/v0.9.0/README.md b/site/docs/v0.9.0/README.md index 42b6d7fed..4f06ffb0d 100644 --- a/site/docs/v0.9.0/README.md +++ b/site/docs/v0.9.0/README.md @@ -64,5 +64,5 @@ See [the list of releases][6] to find out about feature changes. [25]: https://kubernetes.slack.com/messages/ark-dr -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v0.9.0/ [30]: /troubleshooting.md diff --git a/site/docs/v1.0.0-rc.1/README.md b/site/docs/v1.0.0-rc.1/README.md index a65168e75..33f893948 100644 --- a/site/docs/v1.0.0-rc.1/README.md +++ b/site/docs/v1.0.0-rc.1/README.md @@ -74,7 +74,7 @@ See [the list of releases][6] to find out about feature changes. [26]: https://github.com/heptio/velero/blob/master/docs/zenhub.md -[29]: https://heptio.github.io/velero/ +[29]: https://velero.io/docs/v1.0.0-rc.1/ [30]: troubleshooting.md [99]: support-matrix.md diff --git a/site/docs/v1.0.0-rc.1/migrating-to-velero.md b/site/docs/v1.0.0-rc.1/migrating-to-velero.md index 47573fcbc..5c648f6bd 100644 --- a/site/docs/v1.0.0-rc.1/migrating-to-velero.md +++ b/site/docs/v1.0.0-rc.1/migrating-to-velero.md @@ -79,4 +79,4 @@ kubectl delete crds -l component=ark kubectl delete clusterrolebindings -l component=ark ``` -[1]: https://heptio.github.io/velero/v0.10.0/upgrading-to-v0.10 +[1]: https://velero.io/docs/v0.10.0/upgrading-to-v0.10 diff --git a/site/docs/v1.0.0-rc.1/upgrade-to-1.0.md b/site/docs/v1.0.0-rc.1/upgrade-to-1.0.md index 44bf768a8..14631441c 100644 --- a/site/docs/v1.0.0-rc.1/upgrade-to-1.0.md +++ b/site/docs/v1.0.0-rc.1/upgrade-to-1.0.md @@ -116,6 +116,6 @@ _*backups created prior to v0.10 stored snapshot metadata in the `status.volumeB kubectl -n velero set image daemonset/restic restic=gcr.io/heptio-images/velero:v1.0.0 ``` -[0]: https://heptio.github.io/velero/v0.11.0/migrating-to-velero +[0]: https://velero.io/docs/v0.11.0/migrating-to-velero [1]: https://github.com/heptio/velero/releases/tag/v0.11.1 [2]: https://github.com/heptio/velero/releases/tag/v1.0.0