From 7abf3447995c541d6d5f2f87e537b92c33effbda Mon Sep 17 00:00:00 2001 From: Andrei Nechaev Date: Tue, 5 Jul 2022 13:20:15 +0300 Subject: [PATCH 1/2] Fix Deployment guide link --- .../tutorials/season-2-scaling-out-and-up/episode05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode05.md b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode05.md index 5938d26c..f94e66d8 100644 --- a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode05.md +++ b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode05.md @@ -16,7 +16,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t 1. `python -m pip install notebook` 2. This tutorial requires access to compute and storage resources on AWS, which can be configured by - 1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or + 1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or 2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox). **To play this episode:** From dacda9eaa5c4b27fea2b6bf0ce9f3c790f1b076b Mon Sep 17 00:00:00 2001 From: Andrei Nechaev Date: Tue, 5 Jul 2022 13:25:40 +0300 Subject: [PATCH 2/2] fix the rest of the links for deployment and operation guide --- .../season-2-scaling-out-and-up/episode-8-autopilot.md | 2 +- .../tutorials/season-2-scaling-out-and-up/episode06.md | 2 +- .../tutorials/season-2-scaling-out-and-up/episode07.md | 2 +- docs/metaflow-on-aws/metaflow-on-aws.md | 2 +- docs/v/r/metaflow-on-aws/metaflow-on-aws.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode-8-autopilot.md b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode-8-autopilot.md index ebc77709..32267a52 100644 --- a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode-8-autopilot.md +++ b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode-8-autopilot.md @@ -17,7 +17,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t 1. `python -m pip install notebook` 2. `python -m pip install plotly` 3. This tutorial requires access to compute and storage resources on AWS, which can be configured by - 1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or + 1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or 2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox). **To play this episode:** diff --git a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode06.md b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode06.md index 1daa7c8b..c77056fc 100644 --- a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode06.md +++ b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode06.md @@ -20,7 +20,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t 2. `python -m pip install notebook` 3. `python -m pip install matplotlib` 4. This tutorial requires access to compute and storage resources on AWS, which can be configured by - 1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or + 1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or 2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox). 5. This tutorial requires the `conda` package manager to be installed with the conda-forge channel added. 1. Download Miniconda at [https://docs.conda.io/en/latest/miniconda.html](https://docs.conda.io/en/latest/miniconda.html) diff --git a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode07.md b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode07.md index cac8ca7b..254210a2 100644 --- a/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode07.md +++ b/docs/getting-started/tutorials/season-2-scaling-out-and-up/episode07.md @@ -14,7 +14,7 @@ You can find the tutorial code on [GitHub](https://github.com/Netflix/metaflow/t 1. `python -m pip install notebook` 2. This tutorial requires access to compute and storage resources on AWS, which can be configured by - 1. Following the instructions [here](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) or + 1. Following the instructions [here](https://outerbounds.com/docs/aws-deployment-guide) or 2. Requesting a [sandbox](../../../metaflow-on-aws/metaflow-sandbox). **To play this episode:** diff --git a/docs/metaflow-on-aws/metaflow-on-aws.md b/docs/metaflow-on-aws/metaflow-on-aws.md index ec682128..c0de4547 100644 --- a/docs/metaflow-on-aws/metaflow-on-aws.md +++ b/docs/metaflow-on-aws/metaflow-on-aws.md @@ -60,4 +60,4 @@ If your organization doesn't have an AWS account already, we provide a hosted sa If your organization has an AWS account already, see our [deployment guide](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) for detailed instructions on how to configure your account for Metaflow. -If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/admin/metaflow-on-aws/operations-guide). +If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/migration). diff --git a/docs/v/r/metaflow-on-aws/metaflow-on-aws.md b/docs/v/r/metaflow-on-aws/metaflow-on-aws.md index 4319edcb..ec867b72 100644 --- a/docs/v/r/metaflow-on-aws/metaflow-on-aws.md +++ b/docs/v/r/metaflow-on-aws/metaflow-on-aws.md @@ -64,4 +64,4 @@ If your organization doesn't have an AWS account already, we provide a hosted sa If your organization has an AWS account already, see our [deployment guide](https://outerbounds.com/docs/admin/metaflow-on-aws/deployment-guide) for detailed instructions on how to configure your account for Metaflow. -If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/admin/metaflow-on-aws/operations-guide). +If you are already using Metaflow in your AWS account, and want to get started with how to manage various AWS resources, take a look at our [operations guide](https://outerbounds.com/docs/migration#).