Skip to content

Commit 08924f5

Browse files
committed
Try with a relative URL
1 parent 9c7b86e commit 08924f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/book/_quarto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ book:
2020
- part: "Exploring R"
2121
chapters:
2222
- example-page.qmd
23-
- href: /
23+
- href: ../../
2424
text: Documentation Portal
2525
page-footer:
2626
left: "An example book with quarto-webr."

examples/html-document/index.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Welcome to a demo HTML Document that uses [`quarto-webr`](https://github.com/coa
1414
print("Hello there! Welcome to a quarto-webR powered HTML Document!")
1515
```
1616

17-
Let's go back to the [documentation portal](/)
17+
Let's go back to the [documentation portal](../../)

examples/website/_quarto.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ website:
1414
text: Home
1515
- href: example-page.qmd
1616
text: Example page
17-
- href: /
17+
- href: ../../
1818
text: Documentation Portal
1919
sidebar:
2020
style: "floating"
@@ -23,7 +23,7 @@ website:
2323
contents:
2424
- index.qmd
2525
- example-page.qmd
26-
- href: /
26+
- href: ../../
2727
text: Documentation Portal
2828

2929
page-footer:

0 commit comments

Comments
 (0)