Skip to content

Commit

Permalink
Replace pulumi.io links with pulumi.com
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Jul 29, 2019
1 parent dd4499b commit ae47f39
Show file tree
Hide file tree
Showing 53 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Platform](https://github.com/pulumi/pulumi-gcp), `kubernetes` for
[Kubernetes](https://github.com/pulumi/pulumi-kubernetes), or `cloud` for
[Pulumi's cross-cloud programming framework](https://github.com/pulumi/pulumi-cloud).

See the [Pulumi documentation](https://pulumi.io) for more details on getting started with Pulumi.
See the [Pulumi documentation](https://www.pulumi.com/docs/) for more details on getting started with Pulumi.

### Cloud Infrastructure

Expand Down
2 changes: 1 addition & 1 deletion aws-go-s3-folder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Static Website Hosted on AWS S3 in Go

A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://pulumi.io/quickstart/aws-s3-website.html).
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/).

## Deploying and running the program

Expand Down
2 changes: 1 addition & 1 deletion aws-js-containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Easy container example

Companion to the tutorial [Provision containers on AWS](https://pulumi.io/quickstart/aws-containers.html).
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-service/).

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion aws-js-s3-folder-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Static Website Hosted on AWS S3

The component version of [aws-js-s3-folder](../aws-js-s3-folder). For a detailed walkthrough of this example, see [Tutorial: Pulumi Components](https://pulumi.io/reference/component-tutorial.html).
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/).

## Deploying and running the program

Expand Down
2 changes: 1 addition & 1 deletion aws-js-s3-folder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Static Website Hosted on AWS S3

A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://pulumi.io/quickstart/aws-s3-website.html).
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/).

## Deploying and running the program

Expand Down
8 changes: 4 additions & 4 deletions aws-js-sqs-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ you write serverless code as ordinary JavaScript functions.
## Prerequisites

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

After that, you'll need to [configure your AWS credentials](https://pulumi.io/install/aws.html) so that Pulumi can
After that, you'll need to [configure your AWS credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/) so that Pulumi can
deploy into your account. If your AWS CLI is already configured, everything should just work.

Since this example uses Slack, you'll also need
Expand Down Expand Up @@ -80,5 +80,5 @@ After installing the CLI and cloning the repo, `cd` into the directory, and run

## Learning More

To learn more about Pulumi, try checking out the [Tutorials](https://pulumi.io/quickstart) and
[Tour](https://pulumi.io/tour) sections of [pulumi.io](https://pulumi.io).
To learn more about Pulumi, try checking out the [Get Started](https://www.pulumi.com/docs/quickstart/) guide and
[Docs](https://www.pulumi.com/docs/).
2 changes: 1 addition & 1 deletion aws-js-webserver-component/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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.

For a walkthrough of the main example, [Infrastructure on AWS](https://pulumi.io/quickstart/aws-ec2.html).
For a walkthrough of the main example, [Infrastructure on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-ec2-webserver/).
4 changes: 2 additions & 2 deletions aws-js-webserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To deploy your infrastructure, follow the below steps.

### Prerequisites

1. [Install Pulumi](https://pulumi.io/install)
2. [Configure AWS Credentials](https://pulumi.io/install/aws.html)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)

### Steps

Expand Down
2 changes: 1 addition & 1 deletion aws-py-s3-folder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Static Website Hosted on AWS S3

A static website that uses [S3's website support](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html).
For a detailed walkthrough of this example, see the tutorial [Static Website on AWS S3](https://pulumi.io/quickstart/aws-s3-website.html).
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/).

## Deploying and running the program

Expand Down
8 changes: 4 additions & 4 deletions aws-py-webserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ To get the correct Amazon Linux AMI for the instance size and region, a mapping

## Prerequisites

1. [Install Pulumi](https://pulumi.io/install/)
1. [Configure Pulumi for AWS](https://pulumi.io/quickstart/aws/setup.html)
1. [Configure Pulumi for Python](https://pulumi.io/reference/python.html)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
1. [Configure Pulumi for AWS](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/reference/python/)

## Deploying and running the program

1. Install dependencies (a `virtualenv` is recommended - see [Pulumi Python docs](https://pulumi.io/reference/python.html)):
1. Install dependencies (a `virtualenv` is recommended - see [Pulumi Python docs](https://www.pulumi.com/docs/reference/python/)):

```
$ pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Pulumi program to deploy an RDS Postgres instance and containerized Airflow.

## Deploying and running the program

For more information on how to run this example, see: https://pulumi.io/reference and https://pulumi.io/quickstart/
For more information on how to run this example, see: https://www.pulumi.com/docs/reference/ and https://www.pulumi.com/docs/quickstart/

1. Create a new stack:

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-apigateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Serverless REST API on AWS

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://pulumi.io/quickstart/aws-rest-api.html).
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/).

## Deploying and running the program

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-containers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Easy container example

Companion to the tutorial [Provision containers on AWS](https://pulumi.io/quickstart/aws-containers.html).
Companion to the tutorial [Provision containers on AWS](https://www.pulumi.com/docs/reference/tutorials/aws/tutorial-service/).

## Prerequisites

Expand Down
6 changes: 3 additions & 3 deletions aws-ts-eks-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ To deploy your infrastructure, follow the below steps.

### Prerequisites

1. [Install Pulumi](https://pulumi.io/install)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
1. [Install Node.js version 6 or later](https://nodejs.org/en/download/)
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).
1. [Configure AWS Credentials](https://pulumi.io/install/aws.html)
1. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)
1. [Install `aws-iam-authenticator`](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#get-started-kubectl)

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

1. Install the required Node.js packages:

This installs the dependent packages [needed](https://pulumi.io/reference/how.html) for our Pulumi program.
This installs the dependent packages [needed](https://www.pulumi.com/docs/reference/how/) for our Pulumi program.

```bash
$ npm install
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ To deploy your infrastructure, follow the below steps.

### Prerequisites

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

If you'd like to follow the optional instructions in step 7 in order to deploy a Helm chart into your cluster, you'll
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-hello-fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ databases, and so on.
# Prerequisites

- [Node.js](https://nodejs.org/en/download/)
- [Download and install the Pulumi CLI](https://pulumi.io/install)
- [Connect Pulumi with your AWS account](https://pulumi.io/quickstart/aws/setup.html) (if your AWS CLI is
- [Download and install the Pulumi CLI](https://www.pulumi.com/docs/reference/install/)
- [Connect Pulumi with your AWS account](https://www.pulumi.com/docs/reference/clouds/aws/setup/) (if your AWS CLI is
configured, this will just work)

# Running the Example
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-pulumi-webhooks/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChatPostMessageArguments } from "@slack/client";

// Return a formatted copy of the Slack message object, based on the kind of Pulumi webhook received.
// See the Pulumi and Slack webhook documentation for details.
// https://pulumi.io/reference/service/webhooks.html
// https://www.pulumi.com/docs/reference/service/webhooks/
// https://api.slack.com/docs/message-attachments
export function formatSlackMessage(kind: string, payload: object, messageArgs: ChatPostMessageArguments): ChatPostMessageArguments {
const cloned: ChatPostMessageArguments = Object.assign({}, messageArgs) as ChatPostMessageArguments;
Expand Down
4 changes: 2 additions & 2 deletions aws-ts-ruby-on-rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ To deploy your Ruby on Rails application, follow the below steps.

### Prerequisites

1. [Install Pulumi](https://pulumi.io/install)
2. [Configure AWS Credentials](https://pulumi.io/install/aws.html)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)

### Steps

Expand Down
4 changes: 2 additions & 2 deletions aws-ts-s3-lambda-copyzip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ To deploy your new serverless application, follow the below steps.
### Prerequisites

0. [Ensure you have Node.js](https://nodejs.org/en/download/)
1. [Install Pulumi](https://pulumi.io/install)
2. [Configure AWS Credentials](https://pulumi.io/install/aws.html)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
2. [Configure AWS Credentials](https://www.pulumi.com/docs/reference/clouds/aws/setup/)

### Steps

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-slackbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The example contains a few useful patterns that show how to build a good Slackbo
1. we set up an ApiGateway API to receive push notifications from Slack whenever important events happen.
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.
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.
4. Pulumi [Secrets](https://pulumi.io/reference/config.html) provides a simple way to pass important credentials (like your Slack tokens) without having to directly embed them in your application code.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-stackreference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# StackReference Example

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

```
/**
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-static-website/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

<body>
<h1>Hello, world!</h1>
<p>Made with ♥ using <a href="https://pulumi.io">Pulumi</a>.</p>
<p>Made with ♥ using <a href="https://pulumi.com">Pulumi</a>.</p>
</body>
2 changes: 1 addition & 1 deletion aws-ts-voting-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Please confirm that this is what you'd like to do by typing ("testing"): testing

## About the code

At the start of the program, the following lines retrieve the value for the Redis password by reading a [configuration value](https://pulumi.io/reference/config.html). This is the same value that was set above with the command `pulumi config set redisPassword <value>`:
At the start of the program, the following lines retrieve the value for the Redis password by reading a [configuration value](https://www.pulumi.com/docs/reference/config/). This is the same value that was set above with the command `pulumi config set redisPassword <value>`:

```typescript
let config = new pulumi.Config();
Expand Down
4 changes: 2 additions & 2 deletions azure-py-aks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ To deploy your infrastructure, follow the below steps.

### Prerequisites

1. [Install Pulumi](https://pulumi.io/install)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
2. [Install Python 3.6](https://www.python.org/downloads/)
3. [Configure Azure Credentials](https://pulumi.io/install/azure.html)
3. [Configure Azure Credentials](https://www.pulumi.com/docs/reference/clouds/azure/setup/)
4. [Generate SSH Key](https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key)

### Steps
Expand Down
6 changes: 3 additions & 3 deletions azure-py-webserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This example deploys an Azure Virtual Machine and starts a HTTP server on it.

## Prerequisites

1. [Install Pulumi](https://pulumi.io/install/)
1. [Configure Pulumi for Azure](https://pulumi.io/quickstart/azure/setup.html)
1. [Configure Pulumi for Python](https://pulumi.io/reference/python.html)
1. [Install Pulumi](https://www.pulumi.com/docs/reference/install/)
1. [Configure Pulumi for Azure](https://www.pulumi.com/docs/reference/clouds/azure/setup/)
1. [Configure Pulumi for Python](https://www.pulumi.com/docs/reference/python/)

## Deploying and running the program

Expand Down
4 changes: 2 additions & 2 deletions azure-ts-aks-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ all in one Pulumi program. Please see https://docs.microsoft.com/en-us/azure/aks

# Prerequisites

Ensure you have [downloaded and installed the Pulumi CLI](https://pulumi.io/install).
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).

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

This example deploys a Helm Chart from [Bitnami's Helm chart repository](https://github.com/bitnami/charts), so you
will need to [install the Helm CLI](https://docs.helm.sh/using_helm/#installing-helm) and configure it:
Expand Down
4 changes: 2 additions & 2 deletions azure-ts-aks-mean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ with our managed CosmosDB instance.

## Prerequisites

Ensure you have [downloaded and installed the Pulumi CLI](https://pulumi.io/install).
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).

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

This example deploys a Helm Chart from [Bitnami's Helm chart
repository](https://github.com/bitnami/charts), so you will need to [install the Helm
Expand Down
4 changes: 2 additions & 2 deletions azure-ts-aks-multicluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ different node counts. Please see https://docs.microsoft.com/en-us/azure/aks/ fo

# Prerequisites

Ensure you have [downloaded and installed the Pulumi CLI](https://pulumi.io/install).
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).

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

# Running the Example

Expand Down
2 changes: 1 addition & 1 deletion azure-ts-appservice-devops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Pulumi task expects a Pulumi access token to be configured as a build variable.

`alternative-pipeline` folder contains custom scripts and a pipeline to run Pulumi program in environments that have to access to the marketplace.

Follow [Azure DevOps](https://pulumi.io/reference/cd-azure-devops.html) guide for more details.
Follow [Azure DevOps](https://www.pulumi.com/docs/reference/cd-azure-devops/) guide for more details.
6 changes: 3 additions & 3 deletions azure-ts-arm-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-ove

## Prerequisites

Ensure you have [downloaded and installed the Pulumi CLI](https://pulumi.io/install).
Ensure you have [downloaded and installed the Pulumi CLI](https://www.pulumi.com/docs/reference/install/).

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

Now, install dependencies:

Expand Down Expand Up @@ -73,4 +73,4 @@ npm install
# Next Steps

For more Azure examples, please [check out the Azure Getting Started Guide](
https://pulumi.io/quickstart/azure/).
https://www.pulumi.com/docs/quickstart/azure/).
2 changes: 1 addition & 1 deletion azure-ts-dynamicresource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ That's it! The dynamic provider will automatically use the underlying Azure prov

## Dynamic Providers

Learn more about dynamic providers [here](https://pulumi.io/reference/programming-model/#dynamicproviders).
Learn more about dynamic providers [here](https://www.pulumi.com/docs/reference/programming-model/#dynamicproviders).

## Known Issues

Expand Down
2 changes: 1 addition & 1 deletion azure-ts-dynamicresource/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CDNCustomDomainResource } from "./cdnCustomDomain";
* The location where our resource group and the resources under it will be created.
*
* To externalize this value, and make this configurable across environments/stacks,
* learn more at https://pulumi.io/reference/config/.
* learn more at https://www.pulumi.com/docs/reference/config/.
*/
const location = azure.Locations.WestUS;

Expand Down
Loading

0 comments on commit ae47f39

Please sign in to comment.