Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document absolute link syntax #411

Closed
wants to merge 1 commit into from
Closed

Document absolute link syntax #411

wants to merge 1 commit into from

Conversation

leemthompo
Copy link
Contributor

No description provided.

@leemthompo leemthompo added the documentation Improvements or additions to documentation label Feb 4, 2025
@leemthompo leemthompo self-assigned this Feb 4, 2025
[Link text](/solutions/search.md)
```

Note that they must be prefixed with `/`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Links to other pages don't have to be prefixed with /. You can also link to other pages with relative links. For example:

[syntax guide](../syntax/index.md)

and

* [Transition from AsciiDoc to Markdown](./syntax.md)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could update the example in ## Inline link section to include a relative and absolute link. The example of links.md is a bad one and should be replaced.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah agreed I'll open a fresh PR and try to clean up the whole page tomorrow

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants