Skip to content

Commit

Permalink
more broken link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed Jun 13, 2024
1 parent c92978b commit 30d3670
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/install-ai-unlimited/setup-ai-unlimited.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion docs/resources/aws-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/jupyterlab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
8 changes: 4 additions & 4 deletions docs/resources/jupyterlab/install-jupyterlab-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="mailto:[email protected]">support team</a> or ask the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa).
Expand Down Expand Up @@ -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`&mdash;Hosts JupyterLab behind an [application load balancer](../glossary.md#application-load-balancer)
- `jupyter-with-nlb.yaml`&mdash;Hosts JupyterLab behind a [network load balancer](../glossary.md#network-load-balancer)
- `jupyter-alb.yaml`&mdash;Hosts JupyterLab behind an [application load balancer](../../glossary.md#application-load-balancer)
- `jupyter-with-nlb.yaml`&mdash;Hosts JupyterLab behind a [network load balancer](../../glossary.md#network-load-balancer)
- `jupyter-without-lb.yaml`&mdash;No load balancer


Expand Down
8 changes: 4 additions & 4 deletions docs/resources/jupyterlab/install-jupyterlab-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="mailto:[email protected]">support team</a> or ask the [community](https://support.teradata.com/community?id=community_forum&sys_id=b0aba91597c329d0e6d2bd8c1253affa).
Expand Down Expand Up @@ -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`&mdash;Hosts JupyterLab behind an [application load balancer](../glossary.md#application-load-balancer)
- `jupyter-with-nlb.json`&mdash;Hosts JupyterLab behind a [network load balancer](../glossary.md#network-load-balancer)
- `jupyter-with-alb.json`&mdash;Hosts JupyterLab behind an [application load balancer](../../glossary.md#application-load-balancer)
- `jupyter-with-nlb.json`&mdash;Hosts JupyterLab behind a [network load balancer](../../glossary.md#network-load-balancer)
- `jupyter-without-lb.json`&mdash;No load balancer

## Load the template
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.


2 changes: 1 addition & 1 deletion docs/resources/quickstart/docker-when-you-are-done.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/whats-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Everything you need to start exploring, analyzing, and experimenting:
</details>

:::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.
:::


Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30d3670

Please sign in to comment.