From 0487a21c842d2ec7921746681d9074bf09ef2340 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Fri, 23 Oct 2020 14:41:46 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20fix=20image=20links=20in=20how-v?= =?UTF-8?q?elero-works=20page=20(#3031)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ashish Amarnath --- site/content/docs/main/how-velero-works.md | 2 +- site/content/docs/v1.2.0/how-velero-works.md | 2 +- site/content/docs/v1.3.0/how-velero-works.md | 2 +- site/content/docs/v1.3.1/how-velero-works.md | 2 +- site/content/docs/v1.3.2/how-velero-works.md | 2 +- site/content/docs/v1.4/how-velero-works.md | 2 +- site/content/docs/v1.5/how-velero-works.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/content/docs/main/how-velero-works.md b/site/content/docs/main/how-velero-works.md index 9428289f1..a72bcc9d2 100644 --- a/site/content/docs/main/how-velero-works.md +++ b/site/content/docs/main/how-velero-works.md @@ -81,7 +81,7 @@ Likewise, if a backup object exists in Kubernetes but not in object storage, it [10]: backup-hooks.md [11]: restore-hooks.md -[19]: img/backup-process.png +[19]: /docs/main/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.2.0/how-velero-works.md b/site/content/docs/v1.2.0/how-velero-works.md index 44013c5b0..087ef508b 100644 --- a/site/content/docs/v1.2.0/how-velero-works.md +++ b/site/content/docs/v1.2.0/how-velero-works.md @@ -76,7 +76,7 @@ This allows restore functionality to work in a cluster migration scenario, where Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists. [10]: hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.2.0/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.3.0/how-velero-works.md b/site/content/docs/v1.3.0/how-velero-works.md index 44013c5b0..5c269ce9d 100644 --- a/site/content/docs/v1.3.0/how-velero-works.md +++ b/site/content/docs/v1.3.0/how-velero-works.md @@ -76,7 +76,7 @@ This allows restore functionality to work in a cluster migration scenario, where Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists. [10]: hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.3.0/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.3.1/how-velero-works.md b/site/content/docs/v1.3.1/how-velero-works.md index 44013c5b0..6f26e8e71 100644 --- a/site/content/docs/v1.3.1/how-velero-works.md +++ b/site/content/docs/v1.3.1/how-velero-works.md @@ -76,7 +76,7 @@ This allows restore functionality to work in a cluster migration scenario, where Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists. [10]: hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.3.1/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.3.2/how-velero-works.md b/site/content/docs/v1.3.2/how-velero-works.md index 45889caef..b8626169e 100644 --- a/site/content/docs/v1.3.2/how-velero-works.md +++ b/site/content/docs/v1.3.2/how-velero-works.md @@ -78,7 +78,7 @@ This allows restore functionality to work in a cluster migration scenario, where Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists. [10]: hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.3.2/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.4/how-velero-works.md b/site/content/docs/v1.4/how-velero-works.md index 45889caef..db0dc0f16 100644 --- a/site/content/docs/v1.4/how-velero-works.md +++ b/site/content/docs/v1.4/how-velero-works.md @@ -78,7 +78,7 @@ This allows restore functionality to work in a cluster migration scenario, where Likewise, if a backup object exists in Kubernetes but not in object storage, it will be deleted from Kubernetes since the backup tarball no longer exists. [10]: hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.4/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd diff --git a/site/content/docs/v1.5/how-velero-works.md b/site/content/docs/v1.5/how-velero-works.md index 9428289f1..900e760d8 100644 --- a/site/content/docs/v1.5/how-velero-works.md +++ b/site/content/docs/v1.5/how-velero-works.md @@ -81,7 +81,7 @@ Likewise, if a backup object exists in Kubernetes but not in object storage, it [10]: backup-hooks.md [11]: restore-hooks.md -[19]: img/backup-process.png +[19]: /docs/v1.5/img/backup-process.png [20]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#customresourcedefinitions [21]: https://kubernetes.io/docs/concepts/api-extension/custom-resources/#custom-controllers [22]: https://github.com/coreos/etcd