Skip to content

Commit 768d3c4

Browse files
committed
docs: fix broken link
1 parent 2e51ed5 commit 768d3c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/getting-started/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Additionally, for those who would love to work with the interpreter of their loc
9494

9595
## Smooth Integration With Other Platforms
9696

97-
Runme integrates easily with other platforms such as [Deno](https://docs.runme.dev/integrations/deno-fresh), [Vercel](https://docs.runme.dev/integrations/vercel-nextjs), and [GitHub Actions](https://docs.runme.dev/integrations/embed-github-action).
97+
Runme integrates easily with other platforms such as [GitHub Actions](https://docs.runme.dev/integrations/embed-github-action).
9898

9999
For example, Runme offers a convenient GitHub action that seamlessly integrates with your CI/CD pipeline. You can trigger workflows for GitHub actions in your notebook by pasting GitHub URLs.
100100

docs/guide/k8s-secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In cases where a developer or an infrastructure-focused engineer needs to add se
66

77
With Runme, Platform Engineers can document how secrets are added to a Kubernetes cluster, ensuring the commands and guides are repeatable, consistent, and executable. Runme also enables engineers to create runbooks as documentation. This allows other team members, including new ones, to add and encrypt secrets correctly without leaking data and causing a significant security breach.
88

9-
The guide below explains how to use [Runme](https://github.com/stateful/blog-examples/tree/main/k8s-secret) as your central knowledge hub for automating Kubernetes secrets encryption. It will make your documentation the go-to source for all infrastructure operations.
9+
The guide below explains how to use [Runme](https://github.com/stateful/blog-examples/blob/main/kubernetes/k8s-secret/sops/sops-mac.md) as your central knowledge hub for automating Kubernetes secrets encryption. It will make your documentation the go-to source for all infrastructure operations.
1010

1111
## **Prerequisites**
1212

@@ -159,6 +159,6 @@ The image below illustrates how easy it is to download the SOPS binary using Run
159159

160160
![runme using sops](../../static/img/guide-page/runme-sops.png)
161161

162-
To have a full view of these processes, you can clone this [repo](https://github.com/stateful/blog-examples/tree/main/k8s-secret), open it with VS Code on your local machine and click the run cell button to complete your tasks. However, ensure you have installed [Runme](../installation/index.md) first.
162+
To have a full view of these processes, you can clone this [repo](https://github.com/stateful/blog-examples/blob/main/kubernetes/k8s-secret/sops/sops-mac.md), open it with VS Code on your local machine and click the run cell button to complete your tasks. However, ensure you have installed [Runme](../installation/index.md) first.
163163

164164
Embrace the Runme Notebook experience to secure your secrets and effortlessly enhance your Kubernetes knowledge. Visit [Runme Documentation](https://docs.runme.dev/) to embark on a guided journey to a more secure Kubernetes environment.

docs/how-runme-works/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,4 @@ We believe, at this point, you have gotten an advanced understanding of how Runm
237237

238238
We have provided an [FAQ page](https://docs.runme.dev/faq), which we constantly update to address common questions you may have about Runme.
239239

240-
If you run into any issues kindly [file a ticket](https://github.com/stateful/runme.dev/issues) or tell us about it [on Discord](https://discord.gg/runme). We are open to hearing your suggestions on how we can improve Runme.
240+
If you run into any issues kindly [file a ticket](https://github.com/stateful/runme/issues) or tell us about it [on Discord](https://discord.gg/runme). We are open to hearing your suggestions on how we can improve Runme.

0 commit comments

Comments
 (0)