From 30d3670c9eeaa2648013bf1fa0639c391db760d2 Mon Sep 17 00:00:00 2001 From: MEM4GH <118773316+MEM4GH@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:05:03 -0400 Subject: [PATCH] more broken link fixes --- .../prod-aws-console-deploy-ai-unlimited.md | 2 +- .../prod-azure-portal-deploy-manager.md | 2 +- docs/install-ai-unlimited/setup-ai-unlimited.md | 2 +- docs/resources/aws-requirements.md | 2 +- docs/resources/jupyterlab/index.md | 8 ++++---- docs/resources/jupyterlab/install-jupyterlab-aws.md | 8 ++++---- docs/resources/jupyterlab/install-jupyterlab-azure.md | 8 ++++---- .../quickstart/docker-install-ai-unlimited-jupyter.md | 2 +- docs/resources/quickstart/docker-when-you-are-done.md | 2 +- docs/resources/quickstart/index.md | 2 +- docs/whats-new/index.md | 2 +- docs/whats-new/release-notes.md | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/install-ai-unlimited/prod-aws-console-deploy-ai-unlimited.md b/docs/install-ai-unlimited/prod-aws-console-deploy-ai-unlimited.md index d583f78f29..fa65a66f13 100644 --- a/docs/install-ai-unlimited/prod-aws-console-deploy-ai-unlimited.md +++ b/docs/install-ai-unlimited/prod-aws-console-deploy-ai-unlimited.md @@ -177,7 +177,7 @@ You'll need the URL to access the manager and set up AI Unlimited. ## What's next -[Create an OAuth app](../resources/create-oauth-app) to allow authentication between AI Unlimited and your Git provider account. +[Create an OAuth app](../resources/create-oauth-app.md) to allow authentication between AI Unlimited and your Git provider account. diff --git a/docs/install-ai-unlimited/prod-azure-portal-deploy-manager.md b/docs/install-ai-unlimited/prod-azure-portal-deploy-manager.md index 99679cd437..5aaa52ac98 100644 --- a/docs/install-ai-unlimited/prod-azure-portal-deploy-manager.md +++ b/docs/install-ai-unlimited/prod-azure-portal-deploy-manager.md @@ -135,4 +135,4 @@ You'll need the URL to access the manager and set up AI Unlimited. ## What's next -[Create an OAuth app](../docs/resources/create-oauth-app) to allow authentication between AI Unlimited and your Git provider account. +[Create an OAuth app](../docs/resources/create-oauth-app.md) to allow authentication between AI Unlimited and your Git provider account. diff --git a/docs/install-ai-unlimited/setup-ai-unlimited.md b/docs/install-ai-unlimited/setup-ai-unlimited.md index 2d946f48db..16e99f347a 100644 --- a/docs/install-ai-unlimited/setup-ai-unlimited.md +++ b/docs/install-ai-unlimited/setup-ai-unlimited.md @@ -211,5 +211,5 @@ Because you are the AI Unlimited admin, you can return to the setup anytime to [ ## What's next -In a Jupyter notebook, start [exploring and analyzing data](../explore-and-analyze-data/). +In a Jupyter notebook, start [exploring and analyzing data](../explore-and-analyze-data/index.md). diff --git a/docs/resources/aws-requirements.md b/docs/resources/aws-requirements.md index 31b439f9ec..20c5da7a35 100644 --- a/docs/resources/aws-requirements.md +++ b/docs/resources/aws-requirements.md @@ -52,7 +52,7 @@ The engine-specific policies AI Unlimited creates are restricted this way: "Resource": ["arn:aws:secretsmanager:`REGION`:`ACCOUNT_ID`:secret:compute-engine/`CLUSTER_NAME`/`SECRET_NAME`"] ``` -To allow AI Unlimited to create a new role for each engine deployment, when you configure the [cloud integration](../install-ai-unlimited/setup-ai-unlimited) in the AI Unlimited setup, leave the **Default IAM role** field blank. +To allow AI Unlimited to create a new role for each engine deployment, when you configure the [cloud integration](../install-ai-unlimited/setup-ai-unlimited.md) in the AI Unlimited setup, leave the **Default IAM role** field blank. ## Provide roles created by your organization diff --git a/docs/resources/jupyterlab/index.md b/docs/resources/jupyterlab/index.md index d61e832d46..cd10a2bc3c 100644 --- a/docs/resources/jupyterlab/index.md +++ b/docs/resources/jupyterlab/index.md @@ -14,11 +14,11 @@ You may already have [JupyterLab](https://jupyter.org/)—somewhere on the c Or, get JupyterLab with the AI Unlimited kernel now: -- Install it on [AWS](./jupyterlab/install-jupyterlab-aws.md) or [Azure](./jupyterlab/install-jupyterlab-azure.md) -- [Run it locally](./jupyterlab/run-jupyterlab-docker.md) in a Docker container +- Install it on [AWS](./install-jupyterlab-aws.md) or [Azure](./install-jupyterlab-azure.md) +- [Run it locally](./run-jupyterlab-docker.md) in a Docker container :::note -The [QuickStart](./quickstart/) includes JupyterLab. If you plan to use the QuickStart, you do not need to install JupyterLab separately. +The [QuickStart](../quickstart/index.md) includes JupyterLab. If you plan to use the QuickStart, you do not need to install JupyterLab separately. ::: -Once you have JupyterLab, you can start [exploring and analyzing data](../explore-and-analyze-data/). +Once you have JupyterLab, you can start [exploring and analyzing data](../../explore-and-analyze-data/index.md). diff --git a/docs/resources/jupyterlab/install-jupyterlab-aws.md b/docs/resources/jupyterlab/install-jupyterlab-aws.md index a0891cc82a..0ee4b0db26 100644 --- a/docs/resources/jupyterlab/install-jupyterlab-aws.md +++ b/docs/resources/jupyterlab/install-jupyterlab-aws.md @@ -12,7 +12,7 @@ pagination_next: null You'll use a CloudFormation template provided by Teradata to install JupyterLab and the AI Unlimited kernel from the AWS Management Console. -This deploys a server instance, with JupyterLab running in a container controlled by [systemd](../glossary.md#systemd). +This deploys a server instance, with JupyterLab running in a container controlled by [systemd](../../glossary.md#systemd). :::tip For installation support, email the support team or ask the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa). @@ -42,12 +42,12 @@ CloudFormation templates for JupyterLab are here in the AI Unlimited GitHub repo `deployments/aws/templates/jupyter` -Choose a template based on whether you intend to use a [load balancer](../glossary.md#load-balancer) and what type. +Choose a template based on whether you intend to use a [load balancer](../../glossary.md#load-balancer) and what type. :::note You might want to ask a cloud admin at your organization for guidance. ::: - - `jupyter-alb.yaml`—Hosts JupyterLab behind an [application load balancer](../glossary.md#application-load-balancer) - - `jupyter-with-nlb.yaml`—Hosts JupyterLab behind a [network load balancer](../glossary.md#network-load-balancer) + - `jupyter-alb.yaml`—Hosts JupyterLab behind an [application load balancer](../../glossary.md#application-load-balancer) + - `jupyter-with-nlb.yaml`—Hosts JupyterLab behind a [network load balancer](../../glossary.md#network-load-balancer) - `jupyter-without-lb.yaml`—No load balancer diff --git a/docs/resources/jupyterlab/install-jupyterlab-azure.md b/docs/resources/jupyterlab/install-jupyterlab-azure.md index 7ebc398a36..0d329ada9c 100644 --- a/docs/resources/jupyterlab/install-jupyterlab-azure.md +++ b/docs/resources/jupyterlab/install-jupyterlab-azure.md @@ -12,7 +12,7 @@ pagination_next: null You'll use an Azure Resource Manager (ARM) template provided by Teradata to install JupyterLab, and the AI Unlimited kernel, from the Azure Portal. -This deploys a server instance, with JupyterLab running in a container controlled by [systemd](../glossary.md#systemd). +This deploys a server instance, with JupyterLab running in a container controlled by [systemd](../../glossary.md#systemd). :::tip For installation support, email the support team or ask the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa). @@ -41,12 +41,12 @@ ARM templates for JupyterLab are here in the AI Unlimited GitHub repository: `deployments/azure/templates/arm/jupyter` -Choose a template based on whether you intend to use a [load balancer](../glossary.md#load-balancer) and what type. +Choose a template based on whether you intend to use a [load balancer](../../glossary.md#load-balancer) and what type. :::note You might want to ask a cloud admin at your organization for guidance. ::: - - `jupyter-with-alb.json`—Hosts JupyterLab behind an [application load balancer](../glossary.md#application-load-balancer) - - `jupyter-with-nlb.json`—Hosts JupyterLab behind a [network load balancer](../glossary.md#network-load-balancer) + - `jupyter-with-alb.json`—Hosts JupyterLab behind an [application load balancer](../../glossary.md#application-load-balancer) + - `jupyter-with-nlb.json`—Hosts JupyterLab behind a [network load balancer](../../glossary.md#network-load-balancer) - `jupyter-without-lb.json`—No load balancer ## Load the template diff --git a/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md b/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md index 6ff77f0abe..93fa3b7468 100644 --- a/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md +++ b/docs/resources/quickstart/docker-install-ai-unlimited-jupyter.md @@ -132,6 +132,6 @@ When JupyterLab is ready, you can access it at `http://localhost:8888`, and ente ## What's next -[Create an OAuth app](../create-oauth-app) to allow authentication between AI Unlimited and your Git provider account. +[Create an OAuth app](../../create-oauth-app) to allow authentication between AI Unlimited and your Git provider account. diff --git a/docs/resources/quickstart/docker-when-you-are-done.md b/docs/resources/quickstart/docker-when-you-are-done.md index a1293f93ec..cd2d5bc2c4 100644 --- a/docs/resources/quickstart/docker-when-you-are-done.md +++ b/docs/resources/quickstart/docker-when-you-are-done.md @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem'; # When you're done -To avoid incurring charges for unneeded engine resources, [suspend projects](../manage-ai-unlimited/suspend-and-restore-project.md) you're not working on. You can always restore them. +To avoid incurring charges for unneeded engine resources, [suspend projects](../../manage-ai-unlimited/suspend-and-restore-project.md) you're not working on. You can always restore them. If you are done with the QuickStart, and want to free up resources on your computer, run this command to stop and remove all of the containers and networks that were created. diff --git a/docs/resources/quickstart/index.md b/docs/resources/quickstart/index.md index 24240d2393..236daa17f2 100644 --- a/docs/resources/quickstart/index.md +++ b/docs/resources/quickstart/index.md @@ -12,6 +12,6 @@ pagination_next: null For a simpler, faster way to try AI Unlimited, use the QuickStart. -This runs the [AI Unlimited manager](../glossary.md#ai-unlimited-manager) and JupyterLab, with the AI Unlimited kernel, on your computer using [Docker](https://www.docker.com/). +This runs the [AI Unlimited manager](../../glossary.md#ai-unlimited-manager) and JupyterLab, with the AI Unlimited kernel, on your computer using [Docker](https://www.docker.com/). The QuickStart is for a single user. diff --git a/docs/whats-new/index.md b/docs/whats-new/index.md index 253f031aaf..4945e41ace 100644 --- a/docs/whats-new/index.md +++ b/docs/whats-new/index.md @@ -119,7 +119,7 @@ Everything you need to start exploring, analyzing, and experimenting: :::note -See the [release notes](./whats-new/release-notes.md) for known issues and features not currently supported. +See the [release notes](./release-notes.md) for known issues and features not currently supported. ::: diff --git a/docs/whats-new/release-notes.md b/docs/whats-new/release-notes.md index 14faa86755..bd810d9466 100644 --- a/docs/whats-new/release-notes.md +++ b/docs/whats-new/release-notes.md @@ -12,7 +12,7 @@ pagination_next: null As we continue to enhance AI Unlimited, please be aware of features not currently supported and known issues. -For the latest features and updates, keep an eye on [What's new](./whats-new/). +For the latest features and updates, keep an eye on [What's new](./index.md). ## Paid public preview (launch) - May 2024