From d39bac93541fbe7efadc75df2df15049a4c87f7e Mon Sep 17 00:00:00 2001 From: Mossa Date: Fri, 31 Jul 2026 15:52:24 +0200 Subject: [PATCH 1/2] chore: point README extendr links at extendr.rs Both https://extendr.github.io/ and https://extendr.github.io/extendr/extendr_api/ 301-redirect to extendr.rs. README.md is not in .Rbuildignore, so it ships in the tarball and R CMD check --as-cran reports both under "CRAN incoming feasibility". Hand-edited rather than re-rendered from README.qmd so the embedded example output dates are not restamped. --- README.md | 4 ++-- README.qmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2caf4b..583dd9c 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ [![R-CMD-check](https://github.com/extendr/tomledit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/extendr/tomledit/actions/workflows/R-CMD-check.yaml) -[![extendr](https://img.shields.io/badge/extendr-%5E0.7.1-276DC2)](https://extendr.github.io/extendr/extendr_api/) +[![extendr](https://img.shields.io/badge/extendr-%5E0.7.1-276DC2)](https://extendr.rs/extendr/extendr_api/) Create or edit TOML documents from R using `tomledit`. `tomledit` is written in Rust using -[extendr](https://extendr.github.io/) and the +[extendr](https://extendr.rs/) and the [`toml_edit`](https://docs.rs/toml_edit/) crate. ## Installation diff --git a/README.qmd b/README.qmd index 08688fe..6f0237c 100644 --- a/README.qmd +++ b/README.qmd @@ -6,12 +6,12 @@ format: gfm [![R-CMD-check](https://github.com/extendr/tomledit/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/extendr/tomledit/actions/workflows/R-CMD-check.yaml) - [![extendr](https://img.shields.io/badge/extendr-^0.7.1-276DC2)](https://extendr.github.io/extendr/extendr_api/) + [![extendr](https://img.shields.io/badge/extendr-^0.7.1-276DC2)](https://extendr.rs/extendr/extendr_api/) Create or edit TOML documents from R using `tomledit`. -`tomledit` is written in Rust using [extendr](https://extendr.github.io/) and the [`toml_edit`](https://docs.rs/toml_edit/) crate. +`tomledit` is written in Rust using [extendr](https://extendr.rs/) and the [`toml_edit`](https://docs.rs/toml_edit/) crate. ## Installation From 2d571509520f2177477c64e30615027a5d8c2b65 Mon Sep 17 00:00:00 2001 From: Mossa Date: Fri, 31 Jul 2026 15:52:33 +0200 Subject: [PATCH 2/2] chore: set pkgdown url to extendr.rs The site is served from extendr.rs via the org's custom domain, so this is what pkgdown should use for canonical link tags and sitemap.xml. Also brings _pkgdown.yml back in line with the URL field in DESCRIPTION. --- _pkgdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 50b9d37..c504f87 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,4 +1,4 @@ -url: https://extendr.github.io/tomledit/ +url: https://extendr.rs/tomledit/ template: bootstrap: 5