Cross references and links

This page covers how to create links and cross references in CircleCI docs.

Cross references

  • Make cross references (links between docs pages) by using the resource ID of the destination page and section, in the following form:

    xref:guides:integration:github-integration.adoc#user-keys-and-deploy-keys[User Keys and Deploy Keys]

    See the Resource ID coordinates page in the Antora docs for more information.

  • Cross references should explicitly name the document or section to which they are linking.

  • Links to third party sites should be in the following form in AsciiDoc content:

    link:https://circleci.com[CircleCI]