Update edu resources section#24178
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/get-started/resources.md
Outdated
| * [Windows Container Setup](https://training.play-with-docker.com/windows-containers-setup/) | ||
| * [Windows Container Basics](https://training.play-with-docker.com/windows-containers-basics/) | ||
| * [Windows Containers Multi-Container Applications](https://training.play-with-docker.com/windows-containers-multicontainer/) | ||
| Learn Docker and containerization fundamentals through self-paced, [hands-on training courses](/get-started/introduction/_index.md) created by Docker experts. |
There was a problem hiding this comment.
Incorrect internal link path includes _index.md filename
The link /get-started/introduction/_index.md violates Docker's documented link format standards. According to COMPONENTS.md, internal links should use source filenames (e.g., /get-started/overview.md), but _index.md is a special file in Hugo that represents a directory index and should not be included in links.
The correct link should be /get-started/introduction/ or /get-started/introduction without the _index.md suffix. In Hugo-based documentation systems, _index.md files are automatically resolved when referencing the directory path, and explicitly including the filename will cause the link to break or resolve incorrectly.
Suggested fix:
Learn Docker and containerization fundamentals through self-paced, [hands-on training courses](/get-started/introduction/) created by Docker experts.Signed-off-by: Usha Mandya <usha.mandya@docker.com>
c9f3892 to
6eb77d0
Compare
Description
Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-3198