diff --git a/docs/conf.py b/docs/conf.py index dad3b3cb..7b828b1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,4 +71,5 @@ linkcheck_allowed_redirects = { r"https://results\.pre-commit\.ci/latest/github/jupyter/docker-stacks/main": r"https://results\.pre-commit\.ci/run/github/.*", # Latest main CI build r"https://github\.com/jupyter/docker-stacks/issues/new.*": r"https://github\.com/login.*", # GitHub wants user to be logon to use this features r"https://github\.com/orgs/jupyter/teams/docker-image-maintainers/members": r"https://github\.com/login.*", + r"https://www\.rdocumentation.org/packages/RODBC/": r"https://www\.rdocumentation.org/packages/RODBC/*", } diff --git a/docs/using/selecting.md b/docs/using/selecting.md index d823f020..0b5003ab 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -103,7 +103,7 @@ It contains: [randomforest](https://cran.r-project.org/web/packages/randomForest/index.html), [rcurl](https://cran.r-project.org/web/packages/RCurl/index.html), [rmarkdown](https://rmarkdown.rstudio.com), - [rodbc](https://cran.r-project.org/web/packages/RODBC/index.html), + [rodbc](https://www.rdocumentation.org/packages/RODBC/), [rsqlite](https://cran.r-project.org/web/packages/RSQLite/index.html), [shiny](https://shiny.posit.co), [tidymodels](https://www.tidymodels.org/),