Skip to content

Commit 1f97a14

Browse files
authored
Fix Shinyswatch url in examples (#348)
* Fix Shinyswatch url in examples * Update index.qmd * /reference
1 parent 46497a9 commit 1f97a14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ print(
8383
),
8484
gallery_entry(
8585
"images/shinyswatch-home.jpeg",
86-
"https://rstudio.github.io/py-shinyswatch/",
86+
"https://posit-dev.github.io/py-shinyswatch/",
8787
"Shinyswatch",
88-
href_ref = "https://rstudio.github.io/py-shinyswatch/reference",
89-
href_source = "https://github.com/rstudio/py-shinyswatch",
88+
href_ref = "https://posit-dev.github.io/py-shinyswatch/reference",
89+
href_source = "https://github.com/posit-dev/py-shinyswatch",
9090
),
9191
gallery_entry_cta()
9292
])

0 commit comments

Comments
 (0)