Skip to content

Commit 84c34e4

Browse files
committed
Fix some urls
1 parent 94f8be9 commit 84c34e4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Description: 'DataSHIELD' is an infrastructure and series of R packages that
2626
License: LGPL (>= 2.1)
2727
URL: https://github.com/datashield/DSLite/,
2828
https://datashield.github.io/DSLite/,
29-
http://www.datashield.org,
29+
https://www.datashield.org/,
3030
https://doi.org/10.1093/ije/dyu188
3131
BugReports: https://github.com/datashield/DSLite/issues/
3232
RoxygenNote: 7.1.1

docs/articles/developing-with-dslite.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pkgdown: 1.6.1
33
pkgdown_sha: ~
44
articles:
55
developing-with-dslite: developing-with-dslite.html
6-
last_built: 2021-06-22T13:48Z
6+
last_built: 2021-06-23T07:00Z
77

vignettes/developing-with-dslite.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We recommend using the following tools to facilitate R package development:
3939
* [usethis](https://www.rdocumentation.org/packages/usethis), automate package and project setup tasks that are otherwise performed manually,
4040
* [testthat](https://www.rdocumentation.org/packages/testthat), for unit testing,
4141
* [roxygen2](https://www.rdocumentation.org/packages/roxygen2), for writing documentation in-line with code,
42-
* [Rstudio](https://rstudio.com/), the R editor that integrates the tools mentioned above and more.
42+
* [Rstudio](https://www.rstudio.com/), the R editor that integrates the tools mentioned above and more.
4343

4444
## DataSHIELD Development Flow
4545

0 commit comments

Comments
 (0)