From a0890fff1a12b3780200a17efd5d4e3310e33c71 Mon Sep 17 00:00:00 2001 From: Peter Desmet Date: Wed, 6 Sep 2023 10:51:45 +0200 Subject: [PATCH] Indicate that absolute URLs are needed for search --- vignettes/pkgdown.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/pkgdown.Rmd b/vignettes/pkgdown.Rmd index dd8d020c8..359c3fed1 100644 --- a/vignettes/pkgdown.Rmd +++ b/vignettes/pkgdown.Rmd @@ -40,7 +40,7 @@ The most important field is `url`, which gives the final location of the site: url: https://pkgdown.r-lib.org ``` -`url` is used throughout the site to generate absolute urls where they are needed. +`url` is used throughout the site to generate absolute urls where they are needed, such as search, see `vignette("search")`. `url` is also part of what enables auto-links to your help topics or vignettes from sites external to your package, such as from other pkgdown sites or from Quarto websites. See `vignette("linking")` for more.