From 357a9a3880c03b12e71238cc16129857379e47f0 Mon Sep 17 00:00:00 2001 From: fullbr <50376386+fullbr@users.noreply.github.com> Date: Fri, 12 Jul 2019 10:23:34 -0400 Subject: [PATCH 1/2] Update index.md --- .../download-files-from-your-linode-shortguide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md b/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md index 00c04b4fff1..215c967bf16 100644 --- a/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md +++ b/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md @@ -59,7 +59,7 @@ If you intend to repeat this process regularly, consider [using rsync](/docs/sec FileZilla is a popular free and open source FTP, FTPS, and SFTP client which has a GUI but can also take CLI arguments. In contrast to to SCP, SFTP can list directory contents, create or delete files, and resume interrupted file transfers. -See our [FileZilla guide](http://localhost:1313/docs/tools-reference/file-transfer/filezilla/) for more information. +See our [FileZilla guide](https://linode.com/docs/tools-reference/file-transfer/filezilla/) for more information. ### Downloading Data from a Database @@ -73,4 +73,4 @@ Special care is needed when downloading data from a database. Before it can be d ## Download a Disk over SSH -Downloading your disk will copy a `.img` file to your computer that encapsulates all of the data that is on your Linode’s disk. This *disk image* can later be re-uploaded to the Linode service at a later date, which can be useful if you'd like to temporarily remove your Linode and stop service. Follow our [Copy a Disk over SSH](/docs/platform/disk-images/copying-a-disk-image-over-ssh/) guide for further instructions. \ No newline at end of file +Downloading your disk will copy a `.img` file to your computer that encapsulates all of the data that is on your Linode’s disk. This *disk image* can later be re-uploaded to the Linode service at a later date, which can be useful if you'd like to temporarily remove your Linode and stop service. Follow our [Copy a Disk over SSH](/docs/platform/disk-images/copying-a-disk-image-over-ssh/) guide for further instructions. From 04fc2b474f22554f13f8eedc0645789c86607f58 Mon Sep 17 00:00:00 2001 From: fullbr <50376386+fullbr@users.noreply.github.com> Date: Fri, 12 Jul 2019 10:32:01 -0400 Subject: [PATCH 2/2] Update index.md --- .../download-files-from-your-linode-shortguide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md b/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md index 215c967bf16..acb91918973 100644 --- a/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md +++ b/docs/security/data-portability/download-files-from-your-linode-shortguide/index.md @@ -59,7 +59,7 @@ If you intend to repeat this process regularly, consider [using rsync](/docs/sec FileZilla is a popular free and open source FTP, FTPS, and SFTP client which has a GUI but can also take CLI arguments. In contrast to to SCP, SFTP can list directory contents, create or delete files, and resume interrupted file transfers. -See our [FileZilla guide](https://linode.com/docs/tools-reference/file-transfer/filezilla/) for more information. +See our [FileZilla guide](/docs/tools-reference/file-transfer/filezilla/) for more information. ### Downloading Data from a Database