Skip to content

Commit e27eb5f

Browse files
committed
Update or delete Travis URLs
1 parent 57a9e2f commit e27eb5f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ Suggests:
6565
Encoding: UTF-8
6666
Language: en-US
6767
Roxygen: list(markdown = TRUE)
68-
RoxygenNote: 7.1.1.9001
68+
RoxygenNote: 7.1.2
6969
Config/testthat/edition: 3

R/browse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#' * `browse_github_pulls()`: Visits the GitHub Pull Request index or one
3131
#' specific pull request.
3232
#' * `browse_travis()`: Visits the project's page on
33-
#' [Travis CI](https://travis-ci.com).
33+
#' [Travis CI](https://www.travis-ci.com/).
3434
#' * `browse_circleci()`: Visits the project's page on
3535
#' [Circle CI](https://circleci.com).
3636
#' * `browse_cran()`: Visits the package on CRAN, via the canonical URL.

R/ci.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ NULL
2222

2323
#' @section `use_travis()`:
2424
#' Adds a basic `.travis.yml` to the top-level directory of a package. This is a
25-
#' configuration file for the [Travis CI](https://travis-ci.com/) continuous
25+
#' configuration file for the [Travis CI](https://www.travis-ci.com/) continuous
2626
#' integration service.
2727
#' @param browse Open a browser window to enable automatic builds for the
2828
#' package.
2929
#' @param ext Which travis website to use. Defaults to `"com"` for
30-
#' https://travis-ci.com. Change to `"org"` for https://travis-ci.org.
30+
#' https://www.travis-ci.com/. Change to `"org"` for https://travis-ci.org.
3131
#' @export
3232
#' @rdname ci
3333
use_travis <- function(browse = rlang::is_interactive(),
@@ -54,8 +54,8 @@ use_travis <- function(browse = rlang::is_interactive(),
5454
}
5555

5656
#' @section `use_travis_badge()`:
57-
#' Only adds the [Travis CI](https://travis-ci.com/) badge. Use for a project
58-
#' where Travis is already configured.
57+
#' Only adds the Travis CI badge. Use for a project where Travis is already
58+
#' configured.
5959
#' @eval param_repo_spec()
6060
#' @export
6161
#' @rdname ci

man/browse-this.Rd

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

man/ci.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)