Skip to content

Commit

Permalink
Fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
joeduffy committed Aug 28, 2019
1 parent 962b1a4 commit 1983bd4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aws-js-sqs-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ After installing the CLI and cloning the repo, `cd` into the directory, and run

If you've done everything right, you'll see a message posted to your Slack channel!

<img src="./sqs_slack.png" />
![SQS Slack](./sqs_slack.png)

Notice we've used the `pulumi stack output` command to read the SQS queue URL that was provisioned.

Expand Down
2 changes: 1 addition & 1 deletion aws-ts-eks-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ After cloning this repo, from this working directory, run these commands:
the minimally disruptive change to achieve the desired state.

> **Note:** Pulumi auto-generates a suffix for all objects.
> See the [Pulumi Programming Model](../../reference/programming-model.md#autonaming) for more info.
> See the [Pulumi Programming Model](https://pulumi.com/docs/intro/concepts/programming-model#autonaming) for more info.
>
> ```
> deploymentName : "helloworld-58jkmc7c"
Expand Down
2 changes: 1 addition & 1 deletion aws-ts-static-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ This error will occurr when the state of the ETag get out of sync between the Pu
and AWS. (Which can happen when inspecting the CloudFront distribution in the AWS console.)

This will get fixed in Pulumi soon, but for the time being you can find workaround steps in
the [issue on GitHub](pulumi/pulumi/issues/1449).
the [issue on GitHub](https://github.com/pulumi/pulumi/issues/1449).

## Deployment Speed

Expand Down
2 changes: 1 addition & 1 deletion gcp-ts-gke-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ After cloning this repo, from this working directory, run these commands:
the minimally disruptive change to achieve the desired state.

> **Note:** Pulumi auto-generates a suffix for all objects.
> See the [Pulumi Programming Model](../../reference/programming-model.md#autonaming) for more info.
> See the [Pulumi Programming Model](https://pulumi.com/docs/intro/concepts/programming-model#autonaming) for more info.
>
> ```
> clusterName : "helloworld-2a6de9a"
Expand Down
2 changes: 0 additions & 2 deletions kubernetes-ts-s3-rollout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ directory; this program reads that file and puts it into an S3 bucket. Hence, ch
file will cause register as a change in the S3 bucket's data, which will trigger a rollout of the
nginx `Deployment`.

![configmapRollout](images/rollout.gif "ConfigMap-induced Rollout")

## Running the App

Follow the steps in [Pulumi Installation and Setup](https://docs.pulumi.com/install/) and
Expand Down

0 comments on commit 1983bd4

Please sign in to comment.