Skip to Content

Links

How to link between pages and to external resources.

Use absolute paths from the content root:

[Permission Audit](/microsoft-365/entra-id/permission-audit)

Or link to a section within the same page:

[See requirements](#requirements)

Link to pages in other sections using the full path:

See the [Ubuntu Base Setup](/bash-and-linux/ubuntu-base-setup) for a similar script.

Standard markdown links open in the same tab by default:

[Microsoft Purview](https://purview.microsoft.com)

To open in a new tab, use an HTML anchor:

<a href="https://purview.microsoft.com" target="_blank">Microsoft Purview</a>

Linking to headings

Every heading on a page automatically gets an anchor ID based on its text. For example:

## Graph Permissions

Can be linked to with:

[Jump to Graph Permissions](#graph-permissions)

The ID is the heading text lowercased, with spaces replaced by hyphens and special characters removed.

Last updated on