Skip to content

Commit 42b12ed

Browse files
committed
more URL fixing before CRAN resubmission
1 parent 84877b2 commit 42b12ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# janitor 2.2.0 (2023-02-01)
1+
# janitor 2.2.0 (2023-02-02)
22

33
## Breaking changes
44

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
url: http://sfirke.github.io/janitor/
1+
url: https://sfirke.github.io/janitor/
22
template:
33
bootstrap: 5

vignettes/janitor.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ mtcars %>%
9292
adorn_title()
9393
```
9494

95-
Learn more in the [tabyls vignette](http://sfirke.github.io/janitor/articles/tabyls.html).
95+
Learn more in the [tabyls vignette](https://sfirke.github.io/janitor/articles/tabyls.html).
9696

9797
### Explore records with duplicated values for specific combinations of variables with `get_dupes()`
9898
This is for hunting down and examining duplicate records during data cleaning - usually when there shouldn't be any.

vignettes/janitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Overview of janitor functions
22
================
3-
2023-02-01
3+
2023-02-02
44

55
- <a href="#major-functions" id="toc-major-functions">Major functions</a>
66
- <a href="#cleaning" id="toc-cleaning">Cleaning</a>
@@ -195,7 +195,7 @@ mtcars %>%
195195
```
196196

197197
Learn more in the [tabyls
198-
vignette](http://sfirke.github.io/janitor/articles/tabyls.html).
198+
vignette](https://sfirke.github.io/janitor/articles/tabyls.html).
199199

200200
### Explore records with duplicated values for specific combinations of variables with `get_dupes()`
201201

0 commit comments

Comments
 (0)