docs: fix doc link and add 0.24.0 appendix to migration guides

[ci skip]
This commit is contained in:
Jose Diaz-Gonzalez
2021-03-01 12:01:26 -05:00
parent b875def7de
commit a6729a562b
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ Finally, certain images may require a custom build context in order for `ONBUILD
dokku git:from-image --build-dir path/to/build node-js-app dokku/node-js-getting-started:latest "Camila" "camila@example.com"
```
See the [dockerfile documentation](/docs/deployment/methods/dockerfiles.md) to learn about the different ways to configure Dockerfile-based deploys.
See the [dockerfile documentation](/docs/deployment/builders/dockerfiles.md) to learn about the different ways to configure Dockerfile-based deploys.
### Initializing an app repository from an archive file