Skip to content

Commit e177689

Browse files
committed
chore: Fix demo url.
1 parent 4c68bd8 commit e177689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/basics.Rmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library(shiny.semantic)
2020
```
2121

2222

23-
In this tutorial we will walk you through the basics of `shiny.semantic`.
23+
In this tutorial we will walk you through the basics of `shiny.semantic`.
2424

2525
## Quick Q&A
2626

@@ -98,7 +98,7 @@ width = "400px", height = "150px")
9898

9999
### (b) Using predefined objects
100100

101-
If you are not that comfortable with web development, you can take advantage of the
101+
If you are not that comfortable with web development, you can take advantage of the
102102
number of elements that we implemented for you. See some examples below:
103103

104104
```{r echo = T, include = T, eval = FALSE, screenshot.force = FALSE}
@@ -107,7 +107,7 @@ text_input("txt", type = "text", placeholder = "Enter Text")
107107
date_input("date")
108108
```
109109

110-
For more components visit our [Components live demo website](https://demo.appsilon.com/apps/semantic)
110+
For more components visit our [Components live demo website](https://connect.appsilon.com/shiny-semantic-components/)
111111
or the `examples/` folder on our [repository](https://github.com/Appsilon/shiny.semantic/).
112112

113113
Little sneak-peak of what you can get is listed on the graphics below. Most of the components

0 commit comments

Comments
 (0)