Files
docker-docs/content/contribute/components/links.md
T
Sarah Sanders d50fe6664f fix: open in new tab for links (#22820)
## Description
- Update Contribute `links.md` to verify that internal and external
links open in the same tab.
- Remove "open in new" tab icon 

## Related issues or tickets
https://docker.atlassian.net/browse/ENGDOCS-2717

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-06-11 12:36:53 -04:00

649 B

description, title, toc_max
description title toc_max
components and formatting examples used in Docker's docs Links 3

Examples

External links and internal links both open in the same tab.

Use relative links, using source filenames.

When you link to heading IDs in auto-generated pages, such as CLI reference content, you won't get any help from your editor in resolving the anchor names. That's because the pages are generated at build-time and your editor or LSP doesn't know about them in advance.

Syntax

[External links](https://docker.com)
[Internal links](links.md)