Skip to content

Commit

Permalink
Fixing links to ssh getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
admc committed Sep 13, 2024
1 parent 2f203f7 commit fb35e9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/vscode-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/components/EnvironmentOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const options = [
},
{
title: "VS Code via SSH",
href: "/getting-started/runme-via-ssh",
href: "/getting-started/vscode-ssh",
icon: SSHIcon,
},
{
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down

0 comments on commit fb35e9f

Please sign in to comment.