From 806488277498429e1147e5f90e38b7e7f7272a6d Mon Sep 17 00:00:00 2001 From: Kiernan Nicholls Date: Sat, 28 Oct 2023 20:27:10 -0400 Subject: [PATCH] Fix old URLs --- CRAN-SUBMISSION | 4 ++-- DESCRIPTION | 2 +- README.Rmd | 2 +- README.md | 23 ++++++++++++----------- cran-comments.md | 4 ++++ man/gluedown-package.Rd | 2 +- vignettes/literal-programming.Rmd | 2 +- 7 files changed, 22 insertions(+), 17 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index a21cdf1..f58eafd 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 1.0.7 -Date: 2023-10-28 15:46:15 UTC -SHA: 060c9b5a17387b4d9805d886950fc8cde5a636c1 +Date: 2023-10-29 00:27:48 UTC +SHA: 0ee71895321acdb215487ad943ab9858e6cf09ab diff --git a/DESCRIPTION b/DESCRIPTION index 3e12997..8dcb8e2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,7 +14,7 @@ Description: Ease the transition between R vectors and markdown the unambiguous CommonMark specification by John MacFarlane (2019) . License: GPL-3 -URL: https://kiernann.com/gluedown/, +URL: https://kiernann.github.io/gluedown/, https://github.com/kiernann/gluedown/ BugReports: https://github.com/kiernann/gluedown/issues Depends: diff --git a/README.Rmd b/README.Rmd index cee599c..a7ea811 100644 --- a/README.Rmd +++ b/README.Rmd @@ -139,7 +139,7 @@ to abide by its terms. [cov_badge]: https://img.shields.io/codecov/c/github/kiernann/gluedown/master.svg [cov_link]: https://app.codecov.io/gh/kiernann/gluedown?branch=master' [dl_badge]: https://cranlogs.r-pkg.org/badges/grand-total/gluedown -[coc]: https://kiernann.com/gluedown/CODE_OF_CONDUCT.html +[coc]: https://kiernann.github.io/gluedown/CODE_OF_CONDUCT.html [cran]: https://cran.r-project.org/package=gluedown [gfm]: https://github.github.com/gfm/ [gh]: https://github.com/kiernann/gluedown diff --git a/README.md b/README.md index 81278b1..d1130ea 100644 --- a/README.md +++ b/README.md @@ -88,11 +88,11 @@ formatting. md_bullet(inlines) ``` -- **Alabama** -- `Alaska` -- [Arizona](https://az.gov) -- *Arkansas* -- ~~California~~ +- **Alabama** +- `Alaska` +- [Arizona](https://az.gov) +- *Arkansas* +- ~~California~~ ### Inline @@ -106,8 +106,8 @@ abb <- state.abb[match(name, state.name)] # `r md_italic(abb)` ``` -In this case, our randomly selected state is **Michigan**, which has the -abbreviation *MI*. +In this case, our randomly selected state is **Maine**, which has the +abbreviation *ME*. ### Pipes @@ -140,14 +140,15 @@ legislation <- c("Houses passes", "Senate concurs", "President signs") md_task(legislation, check = 1:2) ``` -- [x] Houses passes -- [x] Senate concurs -- [ ] President signs +- [x] Houses passes +- [x] Senate concurs +- [ ] President signs ## Contribute Please note that the `gluedown` project is released with a [Contributor -Code of Conduct](https://kiernann.com/gluedown/CODE_OF_CONDUCT.html). By +Code of +Conduct](https://kiernann.github.io/gluedown/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. diff --git a/cran-comments.md b/cran-comments.md index 1536ab2..112d0f1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -18,6 +18,10 @@ ## Resubmission +### 2023-10-28 + +* Fix old and redirected URLs. + ### 2023-10-06 * Fix package documentation page. diff --git a/man/gluedown-package.Rd b/man/gluedown-package.Rd index 4952271..6bc790f 100644 --- a/man/gluedown-package.Rd +++ b/man/gluedown-package.Rd @@ -31,7 +31,7 @@ convert \verb{md_*()} outputs to HTML fragments. \seealso{ Useful links: \itemize{ - \item \url{https://kiernann.com/gluedown/} + \item \url{https://kiernann.github.io/gluedown/} \item \url{https://github.com/kiernann/gluedown/} \item Report bugs at \url{https://github.com/kiernann/gluedown/issues} } diff --git a/vignettes/literal-programming.Rmd b/vignettes/literal-programming.Rmd index 25da1d1..39af685 100644 --- a/vignettes/literal-programming.Rmd +++ b/vignettes/literal-programming.Rmd @@ -323,4 +323,4 @@ upon recalculation, to be incorrect." These errors can be mitigated by using inline printing of results like we did above. With the `gluedown` package, programmers can **emphasize** those results without worry. -[pmc]: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3174372/ +[pmc]: https://web.archive.org/web/20220723000032/https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3174372/