Skip to content

Commit 34177bb

Browse files
authored
Update links throughout (#398)
I started by fixing-up links to include a trailing slash to avoid 302 redirects (S3 looking for an index document), but went ahead and updated links throughout to avoid unnecessary redirect hops.
1 parent b190b89 commit 34177bb

File tree

63 files changed

+119
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+119
-119
lines changed

Diff for: aws-go-s3-folder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Static Website Hosted on AWS S3 in Go
44

55
A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
6-
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-s3-website/).
6+
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/tutorials/aws/s3-website/).
77

88
## Deploying and running the program
99

Diff for: aws-js-containers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Easy container example
44

5-
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-service/).
5+
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/tutorials/aws/ecs-fargate/).
66

77
## Prerequisites
88

Diff for: aws-js-s3-folder-component/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Static Website Hosted on AWS S3
44

5-
The component version of [aws-js-s3-folder](../aws-js-s3-folder). For a detailed walkthrough of this example, see [Tutorial: Pulumi Components](https://www.pulumi.com/docs/reference/component-tutorial/).
5+
The component version of [aws-js-s3-folder](../aws-js-s3-folder/). For a detailed walkthrough of this example, see [Tutorial: Pulumi Components](https://www.pulumi.com/docs/tutorials/aws/s3-folder-component/).
66

77
## Deploying and running the program
88

Diff for: aws-js-s3-folder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Static Website Hosted on AWS S3
44

55
A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
6-
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-s3-website/).
6+
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/tutorials/aws/s3-website/).
77

88
## Deploying and running the program
99

Diff for: aws-js-sqs-slack/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ you write serverless code as ordinary JavaScript functions.
99
## Prerequisites
1010

1111
This program requires the Pulumi CLI. If you don't have it installed already,
12-
[get it here](https://www.pulumi.com/docs/reference/install/) or simply run `curl -fsSL https://get.pulumi.com | sh`.
12+
[get it here](https://www.pulumi.com/docs/get-started/install/) or simply run `curl -fsSL https://get.pulumi.com | sh`.
1313

14-
After that, you'll need to [configure your AWS credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/) so that Pulumi can
14+
After that, you'll need to [configure your AWS credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/) so that Pulumi can
1515
deploy into your account. If your AWS CLI is already configured, everything should just work.
1616

1717
Since this example uses Slack, you'll also need
@@ -80,5 +80,5 @@ After installing the CLI and cloning the repo, `cd` into the directory, and run
8080
8181
## Learning More
8282
83-
To learn more about Pulumi, try checking out the [Get Started](https://www.pulumi.com/docs/quickstart/) guide and
83+
To learn more about Pulumi, try checking out the [Get Started](https://www.pulumi.com/docs/get-started/) guide and
8484
[Docs](https://www.pulumi.com/docs/).

Diff for: aws-js-webserver-component/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Deploy an EC2 instance using `@pulumi/aws`, using a common module for creating an instance. A function `createInstance` is defined in [webserver.js](webserver.js) which is then used in main program.
66

7-
For a walkthrough of the main example, [Infrastructure on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-ec2-webserver/).
7+
For a walkthrough of the main example, [Infrastructure on AWS](https://www.pulumi.com/docs/tutorials/aws/ec2-webserver/).

Diff for: aws-js-webserver/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ To deploy your infrastructure, follow the below steps.
1010

1111
### Prerequisites
1212

13-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
14-
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
13+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
14+
2. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
1515

1616
### Steps
1717

Diff for: aws-py-s3-folder/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Static Website Hosted on AWS S3
44

55
A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
6-
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-s3-website/).
6+
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://www.pulumi.com/docs/tutorials/aws/s3-website/).
77

88
## Deploying and running the program
99

Diff for: aws-py-webserver/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/deploying.applicat
77

88
## Prerequisites
99

10-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
11-
1. [Configure Pulumi for AWS](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
12-
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/reference/python/)
10+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
11+
1. [Configure Pulumi for AWS](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
12+
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/intro/languages/python/)
1313

1414
## Deploying and running the program
1515

16-
1. Install dependencies (a `virtualenv` is recommended - see [Pulumi Python docs](https://www.pulumi.com/docs/reference/python/)):
16+
1. Install dependencies (a `virtualenv` is recommended - see [Pulumi Python docs](https://www.pulumi.com/docs/intro/languages/python/)):
1717

1818
```
1919
$ pip install -r requirements.txt

Diff for: aws-ts-airflow/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Pulumi program to deploy an RDS Postgres instance and containerized Airflow.
66

77
## Deploying and running the program
88

9-
For more information on how to run this example, see: https://www.pulumi.com/docs/reference/ and https://www.pulumi.com/docs/quickstart/
9+
For more information on how to run this example, see: https://www.pulumi.com/docs/ and https://www.pulumi.com/docs/get-started/
1010

1111
1. Create a new stack:
1212

Diff for: aws-ts-apigateway/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Serverless REST API on AWS
44

5-
A simple REST API that counts the number of times a route has been hit. For a detailed walkthrough of this example, see the article [Create a Serverless REST API](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-rest-api/).
5+
A simple REST API that counts the number of times a route has been hit. For a detailed walkthrough of this example, see the article [Create a Serverless REST API](https://www.pulumi.com/docs/tutorials/aws/rest-api/).
66

77
## Deploying and running the program
88

Diff for: aws-ts-containers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Easy container example
44

5-
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-service/).
5+
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/tutorials/aws/ecs-fargate/).
66

77
## Prerequisites
88

Diff for: aws-ts-eks-hello-world/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ To deploy your infrastructure, follow the below steps.
1111

1212
### Prerequisites
1313

14-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
14+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
1515
1. [Install Node.js version 6 or later](https://nodejs.org/en/download/)
1616
1. Install a package manager for Node.js, such as [npm](https://www.npmjs.com/get-npm) or [Yarn](https://yarnpkg.com/en/docs/install).
17-
1. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
17+
1. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
1818
1. [Install `aws-iam-authenticator`](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#get-started-kubectl)
1919

2020
### Steps
@@ -23,7 +23,7 @@ After cloning this repo, from this working directory, run these commands:
2323

2424
1. Install the required Node.js packages:
2525

26-
This installs the dependent packages [needed](https://www.pulumi.com/docs/reference/how/) for our Pulumi program.
26+
This installs the dependent packages [needed](https://www.pulumi.com/docs/intro/concepts/how-pulumi-works/) for our Pulumi program.
2727

2828
```bash
2929
$ npm install
@@ -219,7 +219,7 @@ After cloning this repo, from this working directory, run these commands:
219219
the minimally disruptive change to achieve the desired state.
220220

221221
> **Note:** Pulumi auto-generates a suffix for all objects.
222-
> See the [Pulumi Programming Model](https://pulumi.com/docs/intro/concepts/programming-model#autonaming) for more info.
222+
> See the [Pulumi Programming Model](https://www.pulumi.com/docs/intro/concepts/programming-model/#autonaming) for more info.
223223
>
224224
> ```
225225
> deploymentName : "helloworld-58jkmc7c"

Diff for: aws-ts-eks-migrate-nodegroups/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ additional node group to use for workload migration with zero downtime.
55

66
For step-by-step instructions, check out the [tutorial][tutorial-migrate-nodegroups].
77

8-
[tutorial-migrate-nodegroups]: http://www.pulumi.com/docs/reference/tutorials/kubernetes/tutorial-eks-migrate-nodegroups/
8+
[tutorial-migrate-nodegroups]: https://www.pulumi.com/docs/tutorials/kubernetes/eks-migrate-nodegroups/

Diff for: aws-ts-eks/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ To deploy your infrastructure, follow the below steps.
1111

1212
### Prerequisites
1313

14-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
14+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
1515
2. [Install Node.js 8.11.3](https://nodejs.org/en/download/)
16-
3. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
16+
3. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
1717
4. [Install `aws-iam-authenticator`](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#get-started-kubectl)
1818

1919
If you'd like to follow the optional instructions in step 7 in order to deploy a Helm chart into your cluster, you'll

Diff for: aws-ts-hello-fargate/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ databases, and so on.
1717
# Prerequisites
1818

1919
- [Node.js](https://nodejs.org/en/download/)
20-
- [Download and install the Pulumi CLI](https://www.pulumi.com/docs/reference/install/)
21-
- [Connect Pulumi with your AWS account](https://www.pulumi.com/docs/reference/clouds/aws/setup/) (if your AWS CLI is
20+
- [Download and install the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/)
21+
- [Connect Pulumi with your AWS account](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/) (if your AWS CLI is
2222
configured, this will just work)
2323

2424
# Running the Example

Diff for: aws-ts-pulumi-miniflux/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
## Prerequisites
88

9-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/).
9+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/).
1010
1. [Install Node.js](https://www.pulumi.com/docs/intro/languages/javascript/).
11-
1. Configure your [AWS credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/).
11+
1. Configure your [AWS credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/).
1212

1313
### Deploying the App
1414

Diff for: aws-ts-pulumi-webhooks/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ChatPostMessageArguments } from "@slack/client";
44

55
// Return a formatted copy of the Slack message object, based on the kind of Pulumi webhook received.
66
// See the Pulumi and Slack webhook documentation for details.
7-
// https://www.pulumi.com/docs/reference/service/webhooks/
7+
// https://www.pulumi.com/docs/intro/console/extensions/webhooks/
88
// https://api.slack.com/docs/message-attachments
99
export function formatSlackMessage(kind: string, payload: object, messageArgs: ChatPostMessageArguments): ChatPostMessageArguments {
1010
const cloned: ChatPostMessageArguments = Object.assign({}, messageArgs) as ChatPostMessageArguments;

Diff for: aws-ts-ruby-on-rails/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ To deploy your Ruby on Rails application, follow the below steps.
1212

1313
### Prerequisites
1414

15-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
16-
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
15+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
16+
2. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
1717

1818
### Steps
1919

Diff for: aws-ts-s3-lambda-copyzip/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object arriving in it, zips it up and copies it to the second bucket. Its archit
88
![Architecture](./arch.png)
99

1010
This example is also featured in the blog post [Easy Serverless Apps and Infrastructure --
11-
Real Events, Real Code](https://blog.pulumi.com/easy-serverless-apps-and-infrastructure-real-events-real-code).
11+
Real Events, Real Code](https://www.pulumi.com/blog/easy-serverless-apps-and-infrastructure-real-events-real-code/).
1212

1313
## Deploying the App
1414

@@ -17,8 +17,8 @@ To deploy your new serverless application, follow the below steps.
1717
### Prerequisites
1818

1919
0. [Ensure you have Node.js](https://nodejs.org/en/download/)
20-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
21-
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
20+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
21+
2. [Configure AWS Credentials](https://www.pulumi.com/docs/intro/cloud-providers/aws/setup/)
2222

2323
### Steps
2424

Diff for: aws-ts-slackbot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The example contains a few useful patterns that show how to build a good Slackbo
1111
1. we set up an ApiGateway API to receive push notifications from Slack whenever important events happen.
1212
2. Slack has strict requirements on how quickly the push endpoint must respond with `200` notifications before they consider the message not-received, triggering back-off and resending of those same messages. Because of this, this example does not process Slack `event` messages as they come in. Instead, they are immediately added to an [AWS SNS Topic](https://aws.amazon.com/sns/) to be processed at a later point in time. This allows the ApiGateway call to return quickly, satisfying Slack's requirements.
1313
3. Two [AWS Lambdas](https://aws.amazon.com/lambda/) are created naturally and simply using simple JavaScript functions. One function is used to create the Lambda that is called when Slack pushes notifications. The other is used to specify the Lamdba that will process the messages added to the Topic. These JavaScript functions can easily access the other Pulumi resources created, avoiding the need to figure out ways to pass Resource ARNs/IDs/etc. to the Lambdas to ensure they can talk to the right resources. If these resources were swapped out in the future (for example, using RDS instead of DynamoDB, or SQS instead of SNS), Pulumi would ensure the Lambdas were updated properly.
14-
4. Pulumi [Secrets](https://www.pulumi.com/docs/reference/config/) provides a simple way to pass important credentials (like your Slack tokens) without having to directly embed them in your application code.
14+
4. Pulumi [Secrets](https://www.pulumi.com/docs/intro/concepts/config/) provides a simple way to pass important credentials (like your Slack tokens) without having to directly embed them in your application code.
1515

1616
First, we'll setup the Pulumi App. Then, we'll go create and configure a Slack App and Bot to interact with our Pulumi App.
1717

Diff for: aws-ts-stackreference/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# StackReference Example
22

33
This example creates a "team" EC2 Instance with tags set from _upstream_ "company" and "department"
4-
stacks via [StackReference](https://www.pulumi.com/docs/reference/organizing-stacks-projects/#inter-stack-dependencies).
4+
stacks via [StackReference](https://www.pulumi.com/docs/intro/concepts/organizing-stacks-projects/#inter-stack-dependencies).
55

66
```
77
/**

Diff for: azure-py-aks/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ To deploy your infrastructure, follow the below steps.
1010

1111
### Prerequisites
1212

13-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
13+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
1414
2. [Install Python 3.6](https://www.python.org/downloads/)
15-
3. [Configure Azure Credentials](https://www.pulumi.com/docs/reference/clouds/azure/setup/)
15+
3. [Configure Azure Credentials](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/)
1616
4. [Generate SSH Key](https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key)
1717

1818
### Steps

Diff for: azure-py-webserver/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This example deploys an Azure Virtual Machine and starts a HTTP server on it.
66

77
## Prerequisites
88

9-
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
10-
1. [Configure Pulumi for Azure](https://www.pulumi.com/docs/reference/clouds/azure/setup/)
11-
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/reference/python/)
9+
1. [Install Pulumi](https://www.pulumi.com/docs/get-started/install/)
10+
1. [Configure Pulumi for Azure](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/)
11+
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/intro/languages/python/)
1212

1313
## Deploying and running the program
1414

Diff for: azure-ts-aks-helm/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ all in one Pulumi program. Please see https://docs.microsoft.com/en-us/azure/aks
77

88
# Prerequisites
99

10-
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).
10+
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).
1111

1212
We will be deploying to Azure, so you will need an Azure account. If you don't have an account,
1313
[sign up for free here](https://azure.microsoft.com/en-us/free/).
14-
[Follow the instructions here](https://www.pulumi.com/docs/reference/clouds/azure/setup/) to connect Pulumi to your Azure account.
14+
[Follow the instructions here](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/) to connect Pulumi to your Azure account.
1515

1616
This example deploys a Helm Chart from [Bitnami's Helm chart repository](https://github.com/bitnami/charts), so you
1717
will need to [install the Helm CLI](https://docs.helm.sh/using_helm/#installing-helm) and configure it:

Diff for: azure-ts-aks-keda/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This example demonstrates creating an Azure Kubernetes Service (AKS) Cluster, an
66

77
# Prerequisites
88

9-
Ensure you have [downloaded and installed the Pulumi CLI](https://pulumi.io/install).
9+
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).
1010

1111
We will be deploying to Azure, so you will need an Azure account. If you don't have an account,
1212
[sign up for free here](https://azure.microsoft.com/en-us/free/).
13-
[Follow the instructions here](https://pulumi.io/install/azure.html) to connect Pulumi to your Azure account.
13+
[Follow the instructions here](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/) to connect Pulumi to your Azure account.
1414

1515
This example deploys a Helm Chart from Kedacore Helm chart repository, so you
1616
will need to [install the Helm CLI](https://docs.helm.sh/using_helm/#installing-helm) and configure it:

Diff for: azure-ts-aks-mean/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ with our managed CosmosDB instance.
99

1010
## Prerequisites
1111

12-
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).
12+
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).
1313

1414
We will be deploying to Azure, so you will need an Azure account. If you don't have an account,
1515
[sign up for free here](https://azure.microsoft.com/en-us/free/). [Follow the instructions
16-
here](https://www.pulumi.com/docs/reference/clouds/azure/setup/) to connect Pulumi to your Azure account.
16+
here](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/) to connect Pulumi to your Azure account.
1717

1818
This example deploys a Helm Chart from [Bitnami's Helm chart
1919
repository](https://github.com/bitnami/charts), so you will need to [install the Helm

Diff for: azure-ts-aks-multicluster/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ different node counts. Please see https://docs.microsoft.com/en-us/azure/aks/ fo
77

88
# Prerequisites
99

10-
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).
10+
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/get-started/install/).
1111

1212
We will be deploying to Azure, so you will need an Azure account. If you don't have an account,
1313
[sign up for free here](https://azure.microsoft.com/en-us/free/).
14-
[Follow the instructions here](https://www.pulumi.com/docs/reference/clouds/azure/setup/) to connect Pulumi to your Azure account.
14+
[Follow the instructions here](https://www.pulumi.com/docs/intro/cloud-providers/azure/setup/) to connect Pulumi to your Azure account.
1515

1616
# Running the Example
1717

0 commit comments

Comments
 (0)