From 0d2ce2fbefec7ef4868933336b2fac115a8a8914 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Wed, 4 Sep 2024 10:23:37 -0400 Subject: [PATCH] Fix URLs --- vignettes/tables.Rmd | 2 +- vignettes/tern.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/tables.Rmd b/vignettes/tables.Rmd index fe199c4844..8be67633cc 100644 --- a/vignettes/tables.Rmd +++ b/vignettes/tables.Rmd @@ -27,7 +27,7 @@ knitr::opts_chunk$set( The `tern` R package provides functions to create common analyses from clinical trials in `R`. The core functionality for tabulation is built on the more general purpose `rtables` package. -New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/main/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/main/articles/introduction.html) vignettes. +New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/main/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/main/articles/rtables.html) vignettes. The packages used in this vignette are: diff --git a/vignettes/tern.Rmd b/vignettes/tern.Rmd index 83013d8f79..0281fd3a3c 100644 --- a/vignettes/tern.Rmd +++ b/vignettes/tern.Rmd @@ -32,7 +32,7 @@ The `tern` R package contains analytical functions for creating tables and graph The main focus is on the clinical trial reporting tables but the graphs related to the clinical trials are also valuable. The core functionality for tabulation is built on top of the more general purpose `rtables` package. -[**It is strongly recommended that you start by reading the "Introduction to `rtables`" vignette to get familiar with the concept of `rtables`.**](https://insightsengineering.github.io/rtables/main/articles/introduction.html) +[**It is strongly recommended that you start by reading the "Introduction to `rtables`" vignette to get familiar with the concept of `rtables`.**](https://insightsengineering.github.io/rtables/main/articles/rtables.html) ---------