Skip to content

Commit

Permalink
http --> https
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 24, 2018
1 parent 1142582 commit ac55f7f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for using reprex. Before filing an issue, there are a few places
to explore and pieces to put together to make the process as smooth as possible.

Start by making a minimal **repr**oducible **ex**ample using the
[reprex](http://reprex.tidyverse.org/) package. OK, that's funny,
[reprex](https://reprex.tidyverse.org/) package. OK, that's funny,
because this is the very package we're talking about! Do your best to
provide your input, the `reprex()` call, the expected result, and the
actual result. Make it easy to reproduce your problem. For additional
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# reprex 0.2.0

reprex has a website: <http://reprex.tidyverse.org>. It includes a contributed article from @njtierney (#103).
reprex has a website: <https://reprex.tidyverse.org>. It includes a contributed article from @njtierney (#103).

reprex has moved to the [tidyverse Organization](https://github.com/tidyverse). It is installed as part of the [tidyverse meta-package](https://www.tidyverse.org) and is [suggested to those seeking help](https://www.tidyverse.org/help/).

Expand Down
2 changes: 1 addition & 1 deletion R/reprex-addin.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ reprex_addin <- function() { # nocov start
miniUI::gadgetTitleBar(
shiny::p(
"Use",
shiny::a(href = "http://reprex.tidyverse.org", "reprex"),
shiny::a(href = "https://reprex.tidyverse.org", "reprex"),
"to render a bit of code"
),
right = miniUI::miniTitleBarButton("done", "Render", primary = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion R/reprex.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' clipboard, and written to file. An HTML preview displays in RStudio's Viewer
#' pane, if available, or in the default browser, otherwise. Leading `"> "`
#' prompts, are stripped from the input code. Read more at
#' <http://reprex.tidyverse.org/>.
#' <https://reprex.tidyverse.org/>.
#'
#' reprex sets specific [knitr options](http://yihui.name/knitr/options/):
#' * Chunk options default to `collapse = TRUE`, `comment = "#>"`,
Expand Down
2 changes: 1 addition & 1 deletion docs/SUPPORT.html

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

2 changes: 1 addition & 1 deletion docs/news/index.html

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

2 changes: 1 addition & 1 deletion docs/reference/reprex.html

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

2 changes: 1 addition & 1 deletion inst/templates/REPREX.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_knit$set(upload.fun = {{{upload_fun}}})
{{{std_file_stub}}}

{{#advertise}}
#' Created on `r Sys.Date()` by the [reprex package](http://reprex.tidyverse.org) (v`r utils::packageVersion("reprex")`).
#' Created on `r Sys.Date()` by the [reprex package](https://reprex.tidyverse.org) (v`r utils::packageVersion("reprex")`).
{{/advertise}}

{{#si}}
Expand Down
2 changes: 1 addition & 1 deletion man/reprex.Rd

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

0 comments on commit ac55f7f

Please sign in to comment.