Skip to content

Commit

Permalink
Use HTTPS in url (hadley#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui authored and hadley committed Jul 20, 2018
1 parent 38c4395 commit aa1568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ knit: "bookdown::render_book"
title: "Advanced R"
author: ["Hadley Wickham"]
description: "The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R's quirks and shows how some parts that seem horrible do have a positive side."
url: 'http\://adv-r.hadley.nz/'
url: 'https\://adv-r.hadley.nz/'
github-repo: hadley/adv-r
twitter-handle: hadley
cover-image: cover.png
Expand Down

0 comments on commit aa1568c

Please sign in to comment.