From 3992c09d4c940ee0fed400171f41e6e232520eb5 Mon Sep 17 00:00:00 2001 From: Kamran Shamsi <45264227+Kamran64@users.noreply.github.com> Date: Mon, 16 Mar 2020 14:35:48 +0000 Subject: [PATCH] Fix broken link in README (#17) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2c64fb..63eed8e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ docker build -t appsody-buildah -f Dockerfile . ``` ### Using the image -An example of usage is provided by the [Appsody Tekton pipeline example](https://github.com/appsody/tekton-example). Check out the [Appsody build task](https://github.com/appsody/tekton-example/blob/master/appsody-build-task.yaml) manifest. +An example of usage is provided by the [Appsody Tekton pipeline example](https://github.com/appsody/tekton-example). Check out the [Appsody build task](https://github.com/appsody/tekton-example/blob/master/appsody-build-push-deploy.yaml) manifest. In that context, the image runs the `appsody extract` command to retrieve the entire project tree from the Appsody stack image and the application source tree hosted on GitHub.