Skip to content

Commit 7356c6d

Browse files
committed
fix: url
1 parent 6aec861 commit 7356c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vignettes/rhino.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ We recommend creating an instance of `Telemetry` on the `app/main.R` and then st
162162
This will create a text file with the events tracked by `{shiny.telemetry}`.
163163
It is the simplest storage backend available and the file contains JSON data that can be easily read and processed.
164164

165-
To learn about other backends see the ["Use External Databases with shiny.telemetry" guide](databases.Rmd).
165+
To learn about other backends see the ["Use External Databases with shiny.telemetry" guide](https://appsilon.github.io/shiny.telemetry/articles/databases.html).
166166

167167
Please note, that the values themselves are not tracked by default and need to be enabled by setting the `track_values` parameter to `TRUE` in the [`start_session()`](https://appsilon.github.io/shiny.telemetry/reference/Telemetry.html#method-Telemetry-start_session) method.
168168
In this example we are enabling them to help demonstrate the capabilities of `{shiny.telemetry}`.
@@ -184,7 +184,7 @@ server <- function(id) {
184184
```
185185

186186
The [`telemetry$start_session()`](https://appsilon.github.io/shiny.telemetry/reference/Telemetry.html#method-Telemetry-start_session) call can be customized to enable/disable different types of events and can be further extended to include/exclude input ids.
187-
See the [Guide on tracking specific inputs](tracking-specific-input-id.Rmd) for more details.
187+
See the [Guide on tracking specific inputs](https://appsilon.github.io/shiny.telemetry/articles/tracking-specific-input-id.html) for more details.
188188

189189
The application is now ready to track the input changes, login, logout and browser version. Start the application and test it out yourself.
190190

0 commit comments

Comments
 (0)