From a68991bbb1f3ce1a375e3fd7db035c7b3ba706de Mon Sep 17 00:00:00 2001 From: Chillar Anand Date: Fri, 3 Apr 2020 11:06:57 +0530 Subject: [PATCH] docs(quickstart): Refs #16 -- Fix broken links --- src/quickstart/deploy-an-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickstart/deploy-an-app.md b/src/quickstart/deploy-an-app.md index 40a74dc8b..a9619def1 100644 --- a/src/quickstart/deploy-an-app.md +++ b/src/quickstart/deploy-an-app.md @@ -132,5 +132,5 @@ There is a lot more you can do with Deis Workflow, play around with the CLI: * [deis/example-ruby-sinatra](https://github.com/teamhephy/example-ruby-sinatra) * [deis/example-nodejs-express](https://github.com/teamhephy/example-nodejs-express) * [deis/example-java-jetty](https://github.com/teamhephy/example-java-jetty) -* Read about using application [Buildpacks](../applications/using-buildpacks) or [Dockerfiles](../applications/using-docker-files.md) +* Read about using application [Buildpacks](../../applications/using-buildpacks) or [Dockerfiles](../applications/using-docker-files.md) * Join our [#community slack channel](https://slack.deis.io) and meet the team!