Skip to content

Commit 7790869

Browse files
committed
fix(html): fix docker-file links for modsecurity
1 parent 93a06c4 commit 7790869

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pages:
4545
- Applications:
4646
- Deploying Apps: applications/deploying-apps.md
4747
- Buildpacks: applications/using-buildpacks.md
48-
- Dockerfiles: applications/using-dockerfiles.md
48+
- Dockerfiles: applications/using-docker-files.md
4949
- Docker Images: applications/using-docker-images.md
5050
- Managing App Processes: applications/managing-app-processes.md
5151
- Managing App Configuration: applications/managing-app-configuration.md

src/applications/deploying-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Learn how to deploy applications [using Buildpacks](../applications/using-buildp
4343

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

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

4848

4949
### Docker Image

src/applications/managing-app-processes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ the Pod to a new node.
253253
[container]: ../reference-guide/terms.md#container
254254
[process model]: https://devcenter.heroku.com/articles/process-model
255255
[buildpacks]: ../applications/using-buildpacks.md
256-
[dockerfile]: ../applications/using-dockerfiles.md
256+
[dockerfile]: ../applications/using-docker-files.md
257257
[docker image]: ../applications/using-docker-images.md
258258
[HPA]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
259259
[autoscale-algo]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/horizontal-pod-autoscaler.md#autoscaling-algorithm

src/quickstart/deploy-an-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ There is a lot more you can do with Deis Workflow, play around with the CLI:
132132
* [deis/example-ruby-sinatra](https://github.com/teamhephy/example-ruby-sinatra)
133133
* [deis/example-nodejs-express](https://github.com/teamhephy/example-nodejs-express)
134134
* [deis/example-java-jetty](https://github.com/teamhephy/example-java-jetty)
135-
* Read about using application [Buildpacks](../applications/using-buildpacks) or [Dockerfiles](../applications/using-dockerfiles.md)
135+
* Read about using application [Buildpacks](../applications/using-buildpacks) or [Dockerfiles](../applications/using-docker-files.md)
136136
* Join our [#community slack channel](https://slack.deis.io) and meet the team!

src/understanding-workflow/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ Workflow Manager's Deployment.
180180
[router-documentation]: https://github.com/teamhephy/router
181181
[router]: #router
182182
[using-buildpacks]: ../applications/using-buildpacks.md
183-
[using-dockerfiles]: ../applications/using-dockerfiles.md
183+
[using-dockerfiles]: ../applications/using-docker-files.md

src/understanding-workflow/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ to external or third-party vendor services.
135135
[cncf]: https://cncf.io/
136136
[components]: components.md
137137
[config]: ../reference-guide/terms.md#config
138-
[dockerfile]: ../applications/using-dockerfiles.md
138+
[dockerfile]: ../applications/using-docker-files.md
139139
[dockerimage]: ../applications/using-docker-images.md
140140
[environment variables]: http://12factor.net/config
141141
[helm]: https://github.com/kubernetes/helm

0 commit comments

Comments
 (0)