Skip to content

Commit

Permalink
docs: update compose blog post link (#5547)
Browse files Browse the repository at this point in the history
### What does this PR do?

Had the incorrect github link, this updates the compose blog post to the
correct link for the demo

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A

### How to test this PR?

N/A

<!-- Please explain steps to reproduce -->

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
  • Loading branch information
cdrage committed Jan 15, 2024
1 parent 14f8b5f commit cabd2ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/blog/2024-01-02-getting-started-with-compose.md
Expand Up @@ -45,13 +45,13 @@ Description:

## Download and run the example application

Our example application is located at [github.com/redhat-developer/podman-desktop-compose-example](https://github.com/redhat-developer/podman-desktop-compose-example).
Our example application is located at [github.com/redhat-developer/podman-desktop-demo](https://github.com/redhat-developer/podman-desktop-demo).

We will use `git clone` so we can build the Go binary web application:

```sh
git clone https://github.com/redhat-developer/podman-desktop-compose-example
cd podman-desktop-compose-example
git clone https://github.com/redhat-developer/podman-desktop-demo
cd podman-desktop-demo/guestbook-compose
```

Run `podman compose up -d` to start the application:
Expand Down

0 comments on commit cabd2ff

Please sign in to comment.