From cabd2ffa02dab9e847fc187361182b29acb05493 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 15 Jan 2024 15:34:44 -0500 Subject: [PATCH] docs: update compose blog post link (#5547) ### 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 N/A ### What issues does this PR fix or reference? N/A ### How to test this PR? N/A Signed-off-by: Charlie Drage --- website/blog/2024-01-02-getting-started-with-compose.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/blog/2024-01-02-getting-started-with-compose.md b/website/blog/2024-01-02-getting-started-with-compose.md index 2de0315f648e..12f6d6024da3 100644 --- a/website/blog/2024-01-02-getting-started-with-compose.md +++ b/website/blog/2024-01-02-getting-started-with-compose.md @@ -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: