Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
with:
refs-order: c("latest-tag", "main")
default-landing-page: latest-tag
default-landing-page: main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ remotes::install_github("insightsengineering/simIDM")
## Getting Started

See also the [quick
start](https://insightsengineering.github.io/simIDM/latest-tag/articles/quickstart.html)
start](https://insightsengineering.github.io/simIDM/main/articles/quickstart.html)
vignette or get started by trying out this example:

``` r
Expand Down
2 changes: 1 addition & 1 deletion README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ remotes::install_github("insightsengineering/simIDM")

## Getting Started

See also the [quick start](https://insightsengineering.github.io/simIDM/latest-tag/articles/quickstart.html) vignette or get started by trying out this example:
See also the [quick start](https://insightsengineering.github.io/simIDM/main/articles/quickstart.html) vignette or get started by trying out this example:

```{r getting-started, results = 'hide'}
library(simIDM)
Expand Down