From fb35e9fe8ba7c6d8b855550638247abe90ae3fbe Mon Sep 17 00:00:00 2001 From: Adam Christian Date: Fri, 13 Sep 2024 09:02:15 -0700 Subject: [PATCH] Fixing links to ssh getting started --- docs/getting-started/vscode-ssh.md | 2 +- src/components/EnvironmentOptions.tsx | 2 +- vercel.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/vscode-ssh.md b/docs/getting-started/vscode-ssh.md index 65d2f098..d06507ab 100644 --- a/docs/getting-started/vscode-ssh.md +++ b/docs/getting-started/vscode-ssh.md @@ -100,7 +100,7 @@ Select the Markdown file `.md` you want to execute (if you have multiple `.md` f If you need to securely copy files from your local machine to a remote server, you can install Secure Copy Files [SCP](https://www.geeksforgeeks.org/scp-command-in-linux-with-examples/) on your machine. SCP encrypts data during transmission, protecting it from unauthorized access. -To do this, you need to set up an [SSH Connection](https://docs-runme-56vudiq08-stateful.vercel.app/getting-started/runme-via-ssh#key-based-authentication) and run the code below in your Markdown file +To do this, you need to set up an [SSH Connection](/getting-started/vscode-ssh#key-based-authentication) and run the code below in your Markdown file ```sh {"id":"01HPQBHPSYM2Z33GX8FR4RBGJ7"} scp /path/to/bash/script user@host:/path/on/remote/server diff --git a/src/components/EnvironmentOptions.tsx b/src/components/EnvironmentOptions.tsx index da59cb96..c1926d3a 100644 --- a/src/components/EnvironmentOptions.tsx +++ b/src/components/EnvironmentOptions.tsx @@ -14,7 +14,7 @@ const options = [ }, { title: "VS Code via SSH", - href: "/getting-started/runme-via-ssh", + href: "/getting-started/vscode-ssh", icon: SSHIcon, }, { diff --git a/vercel.json b/vercel.json index aa9c9c78..669f1465 100644 --- a/vercel.json +++ b/vercel.json @@ -82,7 +82,7 @@ }, { "source": "/getting-started/runme-via-ssh", - "destination": "https://docs.runme.dev/getting-started/runme-via-ssh", + "destination": "/getting-started/vscode-ssh", "permanent": true }, {