Skip to content

Commit

Permalink
Fix old URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Oct 29, 2023
1 parent c370577 commit 8064882
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: Ease the transition between R vectors and markdown
the unambiguous CommonMark specification by John MacFarlane (2019)
<https://spec.commonmark.org/>.
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:
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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.

<!-- links: start -->
Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

## Resubmission

### 2023-10-28

* Fix old and redirected URLs.

### 2023-10-06

* Fix package documentation page.
2 changes: 1 addition & 1 deletion man/gluedown-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/literal-programming.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 8064882

Please sign in to comment.