From 4cf6ca59058dfd40915f75eb9e348018560ca759 Mon Sep 17 00:00:00 2001 From: "alvaro.gonzalez" Date: Fri, 31 Jan 2025 14:29:13 +0200 Subject: [PATCH] Fix few links --- docs/cloud/rahti/images/creating.md | 2 +- docs/support/faq/get-image-format.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud/rahti/images/creating.md b/docs/cloud/rahti/images/creating.md index 0e7b16a042..0c9e65ead0 100644 --- a/docs/cloud/rahti/images/creating.md +++ b/docs/cloud/rahti/images/creating.md @@ -323,6 +323,6 @@ resources: memory: 1600Mi ``` -Note that they cannot be more than 5x apart (default ratio, more information [here](../../usage/projects_and_quota/#default-pod-resource-limits)). +Note that they cannot be more than 5x apart (default ratio, more information [here](../usage/projects_and_quota.md#default-pod-resource-limits)). Save and run the build again, and if it succeeds, check the metrics and see how much memory was used. You can adjust the memory limit to 10-20% more than what it was used. diff --git a/docs/support/faq/get-image-format.md b/docs/support/faq/get-image-format.md index 52c4bcbdb3..e3ef433a2d 100644 --- a/docs/support/faq/get-image-format.md +++ b/docs/support/faq/get-image-format.md @@ -35,7 +35,7 @@ When an old client is used to try to pull an image with the newer format, the cl ## Workarounds -* A trivial fix is to pull the image using a compatible client, re-tag it, and push it to Rahti's internal registry. This newly pushed image will be using the old docker format. Follow the link for a guide on [How to manually cache images in Rahti's registry](../../../cloud/rahti/images/Using_Rahti_2_integrated_registry). +* A trivial fix is to pull the image using a compatible client, re-tag it, and push it to Rahti's internal registry. This newly pushed image will be using the old docker format. Follow the link for a guide on [How to manually cache images in Rahti's registry](../../cloud/rahti/images/Using_Rahti_2_integrated_registry.md). * If the image was built by your team, the [buildah](https://buildah.io) tool can be used. It allows to build docker images without the extra privileges the `docker build` requires, and even though by default it will build an image using the `OCI` format, it has an option to use the `docker` format instead: