Skip to content

Commit 57e2ec0

Browse files
committed
Fix website
1 parent 4b40a7b commit 57e2ec0

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

tabsets/tabsets-from-r-chunks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33

44
See live at
5-
<https://quartopub.com/sites/examples/create-tabsets-panel-from-r-code>
5+
<https://examples.quarto.pub/create-tabsets-panel-from-r-code/>
66

77
</div>
88

tabsets/tabsets-from-r-chunks/README.qmd

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ execute:
55
---
66

77
::: {.content-visible when-format="gfm"}
8-
```{r}
9-
#| echo: false
10-
#| output: asis
11-
if (file.exists(pub_yaml <- "_publish.yml")) {
12-
url <- yaml::read_yaml(pub_yaml)[[1]][["quarto-pub"]][[1]][["url"]]
13-
glue::glue("See live at <{ url }>")
14-
}
15-
```
8+
See live at <https://examples.quarto.pub/create-tabsets-panel-from-r-code/>
169
:::
1710

1811
## About this example

0 commit comments

Comments
 (0)