From bbbfed2f93d3ba58a53ed8bf353ed11f3bb751db Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sun, 9 Aug 2015 14:15:05 -0700 Subject: Use https URLs to refer to rust-lang.org where appropriate. Also fixes a few outdated links. --- src/rustbook/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rustbook') diff --git a/src/rustbook/build.rs b/src/rustbook/build.rs index 3ac71c167cd..a1f4539443d 100644 --- a/src/rustbook/build.rs +++ b/src/rustbook/build.rs @@ -143,7 +143,7 @@ fn render(book: &Book, tgt: &Path) -> CliResult<()> { format!("-o{}", out_path.display()), format!("--html-before-content={}", prelude.display()), format!("--html-after-content={}", postlude.display()), - format!("--markdown-playground-url=http://play.rust-lang.org"), + format!("--markdown-playground-url=https://play.rust-lang.org"), format!("--markdown-css={}", item.path_to_root.join("rust-book.css").display()), "--markdown-no-toc".to_string(), ]; -- cgit 1.4.1-3-g733a5