From d5019869b7e6e24d96be7b4e4ac3ee10cb1692c8 Mon Sep 17 00:00:00 2001 From: Iain Moodie <38960700+irmoodie@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:33:05 +0100 Subject: [PATCH] Fix link to customising plots vignette --- vignettes/ssdtools.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/ssdtools.Rmd b/vignettes/ssdtools.Rmd index aff1f70b..c2822121 100644 --- a/vignettes/ssdtools.Rmd +++ b/vignettes/ssdtools.Rmd @@ -113,7 +113,7 @@ tidy(fits) It is generally more informative to plot the fits using the `autoplot` generic function (a wrapper on `ssd_plot_cdf()`). As `autoplot` returns a `ggplot` object it can be modified prior to plotting. -For more information see the [customising plots](https://bcgov.github.io/ssdtools/articles/A_model_averaging.html) vignette. +For more information see the [customising plots](https://bcgov.github.io/ssdtools/articles/customising-plots.html) vignette. ```{r, fig.alt="A plot of the CCME boron dataset with the gamma, log-logistic and log-normal distributions with a simple black and white background color scheme."} theme_set(theme_bw()) # set plot theme