Skip to content

Commit

Permalink
Fix another broken link in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindydonna authored Apr 14, 2018
1 parent cd10ca9 commit 8a94801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This example demonstrates a complete URL shortener web application using high-le
cloud-agnostic, programming model of `@pulumi/cloud`. Although we only support AWS today in this framework, our plan
is to offer an implementation of this on all major clouds, and so any code targeting this can truly run anywhere.

An [extension of this example](url-shortener-with-cache/) adds a reusable cache component to the URL shortener
An [extension of this example](cloud-ts-url-shortener-cache/) adds a reusable cache component to the URL shortener
using `cloud.Service` to run a containerized Redis image. This shows that you can create your own `cloud.*`-like
abstractions for your own use, your team's, or to share with the community using your language's package manager.

Expand Down

0 comments on commit 8a94801

Please sign in to comment.