Skip to content

Commit 508ea25

Browse files
authored
fix vignette links (#1107)
Fixes #1106
1 parent b68db33 commit 508ea25

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ shinyApp(app$ui, app$server)
110110

111111
Please see [`teal.gallery`](https://insightsengineering.github.io/teal.gallery/) and [TLG Catalog](https://insightsengineering.github.io/tlg-catalog/) to see examples of `teal` apps.
112112

113-
Please start with the ["Technical Blueprint" article](https://insightsengineering.github.io/teal/latest-tag/articles/blueprint/index.html), ["Getting Started" article](https://insightsengineering.github.io/teal/latest-tag/articles/teal.html), and then other [package vignettes](https://insightsengineering.github.io/teal/latest-tag/articles/index.html) for more detailed guide.
113+
Please start with the ["Technical Blueprint" article](https://insightsengineering.github.io/teal/latest-tag/articles/blueprint/index.html), ["Getting Started" article](https://insightsengineering.github.io/teal/latest-tag/articles/getting-started-with-teal.html), and then other [package vignettes](https://insightsengineering.github.io/teal/latest-tag/articles/index.html) for more detailed guide.
114114

115115
## Getting help
116116

vignettes/blueprint/actors.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ However, developers have the freedom to create a `teal` module that is customize
7373

7474
Ultimately, one or more `teal` modules are employed to construct a `teal` app.
7575

76-
To learn more about creating custom modules follow the [Tutorial on Creating a Custom Module](creating-custom-modules.html).
76+
To learn more about creating custom modules follow the [Tutorial on Creating a Custom Module](../creating-custom-modules.html).
7777

7878
## Workflow in a clinical trial study
7979

vignettes/blueprint/in_app_data.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ This allows the app developer to include user actions data creation, fetching, a
2323

2424
## Further reading
2525

26-
A complete explanation of using the `teal_data_module` can be found in [this `teal` vignette](data-as-shiny-module.html)
26+
A complete explanation of using the `teal_data_module` can be found in [this `teal` vignette](../data-as-shiny-module.html)

vignettes/blueprint/intro.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A Shiny Application created with `teal` offers users the ability to:
2020
Moreover, the `teal` framework provides application developers with a wide range of customizable standard analysis modules to integrate into their applications, along with a logging framework that facilitates debugging.
2121
Additionally, advanced users of the framework can develop new analysis modules and easily integrate them into any `teal` application.
2222

23-
The `teal` framework's functionality draws heavily from the following packages:
23+
The `teal` framework's functionality draws heavily from the following packages:
2424

2525
| R package | Description |
2626
|----------------------|:------------------------------------------------------------------------|
@@ -34,4 +34,4 @@ The `teal` framework's functionality draws heavily from the following packages:
3434

3535
Although these packages are mentioned in the material, we strongly recommend visiting their vignettes to learn more about them.
3636

37-
Learn on how to make your first `teal` application [here](getting-started-with-teal.html)!
37+
Learn on how to make your first `teal` application [here](../getting-started-with-teal.html)!

0 commit comments

Comments
 (0)