diff --git a/docs/guide/cloud-render/cloud-run.md b/docs/guide/cloud-render/cloud-run.md index b912fd71..80e1706f 100644 --- a/docs/guide/cloud-render/cloud-run.md +++ b/docs/guide/cloud-render/cloud-run.md @@ -6,7 +6,7 @@ title: Google Cloud Run Runme Cloud Renderers enable you to access various cloud resources directly within your Markdown files without the need to log into your cloud console. With Cloud Renderers, you can manage your Google Cloud Run resources and perform various operations without leaving your Markdown environment. -It is available on Runme client interfaces, including the [editor](..//installation/vscode.md) and [web browser](..//installation/web.md). This section will explore how you can access the Google Cloud Run with Runme Cloud Renderers in a [web browser](..//installation/web.md). +It is available on Runme client interfaces, including the [editor](/installation/vscode) and [web browser](/installation/web). This section will explore how you can access the Google Cloud Run with Runme Cloud Renderers in a [web browser](/installation/web.md). ## Prerequisites diff --git a/docs/guide/k8s/sops.md b/docs/guide/k8s/sops.md index fc2067fb..7925bafd 100644 --- a/docs/guide/k8s/sops.md +++ b/docs/guide/k8s/sops.md @@ -154,7 +154,7 @@ This runs the `runme-secrets-enc.yaml` file decrypts it and then applies the fil We successfully encrypted our Kubernetes secrets inside our Markdown file. Runme makes your automation process easy with its features. -One of the useful features within the notebook environment is the [environment variable prompt](/getting-started/features#environment-variable-prompts) feature, which allows users to input values directly within the notebook environment and use them whenever needed rather than inputting them again. +One of the useful features within the notebook environment is the [environment variable prompt](/configuration/cell-level#environment-variable-prompts) feature, which allows users to input values directly within the notebook environment and use them whenever needed rather than inputting them again. Another amazing key feature of Runme is the [Autosave](https://docs.runme.dev/configuration/auto-save) feature, which automatically records and tracks every change and activity in your processes without manual intervention.