Skip to content

Commit

Permalink
fix table links (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel authored Mar 21, 2024
1 parent d9819bb commit f60b2dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/drawings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ W.save("inline_drawing.docx", doc)
Download `inline_drawing.docx`:

```@raw html
<a href="inline_drawing.docx"><img src="./../../assets/icon_docx.png" width="60">
<a href="../inline_drawing.docx"><img src="./../../assets/icon_docx.png" width="60">
```
2 changes: 1 addition & 1 deletion docs/src/examples/headers_and_footers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ W.save("headers_and_footers.docx", doc)
Download `headers_and_footers.docx`:

```@raw html
<a href="headers_and_footers.docx"><img src="./../../assets/icon_docx.png" width="60">
<a href="../headers_and_footers.docx"><img src="./../../assets/icon_docx.png" width="60">
```
2 changes: 1 addition & 1 deletion docs/src/examples/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ W.save("table.docx", doc)
Download `table.docx`:

```@raw html
<a href="table.docx"><img src="./../../assets/icon_docx.png" width="60">
<a href="../table.docx"><img src="./../../assets/icon_docx.png" width="60">
```

0 comments on commit f60b2dd

Please sign in to comment.