Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Jan 6, 2025
1 parent cb10226 commit 71b1507
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/syntax/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ A link contains link text (the visible text) and a link destination (the URI tha
## Inline link

```
[Link title](links.html)
[Link title](links.md)
```

[Link title](links.html)
[Link title](links.md)

```
[**Hi**, _I'm md_](links.html)
[**Hi**, _I'm md_](links.md)
```

[**Hi**, _I'm md_](links.html)
[**Hi**, _I'm md_](links.md)

## Anchor link

Expand All @@ -29,7 +29,7 @@ I link to the [Inline link](#inline-link) heading above.
I link to the [Inline link](#inline-link) heading above.

```
I link to the [Notes](tables.html#notes) heading on the [Tables](tables.html) page.
I link to the [Notes](tables.html#notes) heading on the [Tables](tables.md) page.
```

I link to the [Notes](tables.html#notes) heading on the [Tables](tables.html) page.
I link to the [Notes](tables.md#notes) heading on the [Tables](tables.md) page.

Check failure on line 35 in docs/source/syntax/links.md

View workflow job for this annotation

GitHub Actions / docs

`notes` does not exist in .

0 comments on commit 71b1507

Please sign in to comment.