fix links in java guide (#19472)

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
Craig Osterhout 2024-02-21 14:58:16 -08:00 committed by GitHub
parent dffbd882fa
commit f22a583708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -70,8 +70,8 @@ directory. Both names are supported, but Compose prefers the canonical
You should now have the following three new files in your `spring-petclinic`
directory.
- [Dockerfile](../../engine/reference/builder.md)
- [.dockerignore](../../engine/reference/builder.md#dockerignore-file)
- [Dockerfile](/reference/dockerfile/)
- [.dockerignore](/reference/dockerfile/#dockerignore-file)
- [docker-compose.yaml](../../compose/compose-file/_index.md)
@ -120,7 +120,7 @@ In this section, you learned how you can containerize and run a Java
application using Docker.
Related information:
- [docker init reference](../../engine/reference/commandline/init.md)
- [docker init reference](/reference/cli/docker/init/)
## Next steps

View File

@ -338,7 +338,7 @@ Related information:
- [Compose file reference](/compose/compose-file/)
- [Compose Watch](../../compose/file-watch.md)
- [Dockerfile reference](/engine/reference/builder/)
- [Dockerfile reference](/reference/dockerfile/)
## Next steps