diff --git a/docs/configuration/auto-save.md b/docs/configuration/auto-save.md index fa476822..cda73e6c 100644 --- a/docs/configuration/auto-save.md +++ b/docs/configuration/auto-save.md @@ -88,4 +88,4 @@ While we are contemplating the possibility of transparently opening Session Outp The auto-save feature is also used in other Runme’s features. Some of these include: -- **[Runme Gist](https://docs.runme.dev/configuration/runme-gist)**: Runme Gist uses the auto-save feature to create session outputs, which is used to generate a GitHub Gist while still concealing your sensitive details. +- **[Runme Gist](https://docs.runme.dev/integration/runme-gist)**: Runme Gist uses the auto-save feature to create session outputs, which is used to generate a GitHub Gist while still concealing your sensitive details. diff --git a/docs/getting-started/features.md b/docs/getting-started/features.md index 5934d896..004cb3af 100644 --- a/docs/getting-started/features.md +++ b/docs/getting-started/features.md @@ -117,7 +117,7 @@ Please be aware that if the execution of a cell depends on the standard output ( ## **Runme Gist** -You can securely share or store plain texts and code snippets with others in your team without needing a full repository or document. Runme does this using the [Runme Gist feature](../configuration/runme-gist). With Runme Gist, the sensitivity of your information is prioritized and kept secret, as you can mask sensitive data in your outputs. +You can securely share or store plain texts and code snippets with others in your team without needing a full repository or document. Runme does this using the [Runme Gist feature](../integration/runme-gist). With Runme Gist, the sensitivity of your information is prioritized and kept secret, as you can mask sensitive data in your outputs. ![executionresult actions](../../static/img/how-runme-works/runme-cells-execution-result-actions.png) diff --git a/docs/how-runme-works/web.md b/docs/how-runme-works/web.md index c6bb2ac1..44b53e2d 100644 --- a/docs/how-runme-works/web.md +++ b/docs/how-runme-works/web.md @@ -95,7 +95,7 @@ To configure a cell code block, this feature provides a list of actions that can **Cell Execution Result Actions** -This feature allows users to perform specific actions, such as copying the output or previewing a gist. [Runme Gis](https://docs.runme.dev/configuration/runme-gist)t allows users to store and share plain texts or code snippets with others without needing a full repository while also masking sensitive information. +This feature allows users to perform specific actions, such as copying the output or previewing a gist. [Runme Gis](https://docs.runme.dev/integration/runme-gist)t allows users to store and share plain texts or code snippets with others without needing a full repository while also masking sensitive information. ![executionresult actions](../../static/img/how-runme-works/runme-cells-execution-result-actions.png)