diff --git a/man/dials-package.Rd b/man/dials-package.Rd index 93f5a7e4..ff375375 100644 --- a/man/dials-package.Rd +++ b/man/dials-package.Rd @@ -37,7 +37,7 @@ design_set \seealso{ Useful links: \itemize{ - \item \url{https://tidymodels.github.io/dials} + \item \url{https://dials.tidymodels.org} \item \url{https://github.com/tidymodels/dials} \item Report bugs at \url{https://github.com/tidymodels/dials/issues} } diff --git a/vignettes/Basics.Rmd b/vignettes/Basics.Rmd index 3e4bff29..67d263b0 100644 --- a/vignettes/Basics.Rmd +++ b/vignettes/Basics.Rmd @@ -28,7 +28,7 @@ In any case, some information is needed to create a grid or to validate whether * Create an easy to use framework for describing and querying tuning parameters. this can include getting sequences or random tuning values, validating current values, transforming parameters, and other tasks. * Standardize the names of different parameters. Different packages in R use different argument names for the same quantities. `dials` proposes some standardized names so that the user doesn't need to memorize the syntactical minutiae of every package. - * Work with the [`parsnip`](https://topepo.github.io/parsnip/) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines. + * Work with the [`parsnip`](https://parsnip.tidymodels.org) package which is a modern attempt to standardize the interfaces for specific models across R packages and computational engines. * Adhere to [tidy principals](https://cran.r-project.org/package=tidyverse/vignettes/manifesto.html). The main type of objects in `dials` have class `param`.