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

Fix broken links in UG #2173

Merged
merged 2 commits into from
Feb 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/userGuide/syntax/includes.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ In `reading.md` (note how it reuses content from the `content-fragment.md`):
<include src="content-fragment.md" />
```

In `site.json` we then exclude the fragment from the page generation with [pagesExclude](siteJsonFile.html#pagesexclude):
In `site.json` we then exclude the fragment from the page generation with [pagesExclude](../siteJsonFile.html#pagesexclude):

```json
...
Expand Down
2 changes: 1 addition & 1 deletion docs/userGuide/tipsAndTricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For HTML elements, the `v-pre` attribute needs to be declared as part of the HTM
{% endraw %}
```

For Markdown elements, the `v-pre` attribute needs to be declared using [`markdown-it-attrs`](formattingcontents.html#classes-attributes-and-amp-identifiers), which allows classes, identifiers, and attributed to be added to Markdown syntax:
For Markdown elements, the `v-pre` attribute needs to be declared using [`markdown-it-attrs`](formattingContents.html#classes-attributes-and-amp-identifiers), which allows classes, identifiers, and attributed to be added to Markdown syntax:

```
{% raw %}
Expand Down