Skip to content

Commit

Permalink
Merge pull request #100 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(html): fix docker-file links for modsecurity
  • Loading branch information
Cryptophobia authored Aug 22, 2019
2 parents 8a8546d + 5197db9 commit d7c4f06
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pages:
- Applications:
- Deploying Apps: applications/deploying-apps.md
- Buildpacks: applications/using-buildpacks.md
- Dockerfiles: applications/using-dockerfiles.md
- Dockerfiles: applications/using-docker-files.md
- Docker Images: applications/using-docker-images.md
- Managing App Processes: applications/managing-app-processes.md
- Managing App Configuration: applications/managing-app-configuration.md
Expand Down
2 changes: 1 addition & 1 deletion src/applications/deploying-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Learn how to deploy applications [using Buildpacks](../applications/using-buildp

Dockerfiles are a powerful way to define a portable execution environment built on a base OS of your choosing.

Learn how to deploy applications [using Dockerfiles](../applications/using-dockerfiles.md).
Learn how to deploy applications [using Dockerfiles](../applications/using-docker-files.md).


### Docker Image
Expand Down
2 changes: 1 addition & 1 deletion src/applications/managing-app-processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ the Pod to a new node.
[container]: ../reference-guide/terms.md#container
[process model]: https://devcenter.heroku.com/articles/process-model
[buildpacks]: ../applications/using-buildpacks.md
[dockerfile]: ../applications/using-dockerfiles.md
[dockerfile]: ../applications/using-docker-files.md
[docker image]: ../applications/using-docker-images.md
[HPA]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
[autoscale-algo]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/horizontal-pod-autoscaler.md#autoscaling-algorithm
File renamed without changes.
2 changes: 1 addition & 1 deletion src/quickstart/deploy-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-dockerfiles.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!
2 changes: 1 addition & 1 deletion src/understanding-workflow/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ Workflow Manager's Deployment.
[router-documentation]: https://github.com/teamhephy/router
[router]: #router
[using-buildpacks]: ../applications/using-buildpacks.md
[using-dockerfiles]: ../applications/using-dockerfiles.md
[using-dockerfiles]: ../applications/using-docker-files.md
2 changes: 1 addition & 1 deletion src/understanding-workflow/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ to external or third-party vendor services.
[cncf]: https://cncf.io/
[components]: components.md
[config]: ../reference-guide/terms.md#config
[dockerfile]: ../applications/using-dockerfiles.md
[dockerfile]: ../applications/using-docker-files.md
[dockerimage]: ../applications/using-docker-images.md
[environment variables]: http://12factor.net/config
[helm]: https://github.com/kubernetes/helm
Expand Down

0 comments on commit d7c4f06

Please sign in to comment.