From 39a8cea702d2a0b3815de8e3fd3aefb8aa94a4a9 Mon Sep 17 00:00:00 2001 From: Mossa Date: Fri, 31 Jul 2026 15:42:38 +0200 Subject: [PATCH] chore: point DESCRIPTION URL at extendr.rs The extendr org moved its documentation to the extendr.rs custom domain, so https://extendr.github.io/tomledit/ now 301-redirects to https://extendr.rs/tomledit/. Use the canonical URL, matching rextendr's DESCRIPTION, and update the roxygen-generated Rd to agree. Closes #3 --- DESCRIPTION | 2 +- man/tomledit-package.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 48ef7bd..94b2cf6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -21,7 +21,7 @@ Depends: R (>= 4.2) Imports: rlang (>= 1.1.0) -URL: https://extendr.github.io/tomledit/, https://github.com/extendr/tomledit +URL: https://extendr.rs/tomledit/, https://github.com/extendr/tomledit BugReports: https://github.com/extendr/tomledit/issues Suggests: testthat (>= 3.0.0) diff --git a/man/tomledit-package.Rd b/man/tomledit-package.Rd index ca7ed1c..9b8d7bc 100644 --- a/man/tomledit-package.Rd +++ b/man/tomledit-package.Rd @@ -11,7 +11,7 @@ A toolkit for working with 'TOML' files in R while preserving formatting, commen \seealso{ Useful links: \itemize{ - \item \url{https://extendr.github.io/tomledit/} + \item \url{https://extendr.rs/tomledit/} \item \url{https://github.com/extendr/tomledit} \item Report bugs at \url{https://github.com/extendr/tomledit/issues} }