Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 5c68e35

Browse files
committed
Fix blog url
Closes #636
1 parent e5a4110 commit 5c68e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: The Rust Programming Language
22
stable: "1.13.0"
33
stable_date: "2016-11-10"
4-
stable_blog: "/2016/11/10/Rust-1.13.html"
4+
stable_blog: "https://blog.rust-lang.org/2016/11/10/Rust-1.13.html"
55
stable_full_version: "rustc 1.13.0 (2c6933acc 2016-11-07)"
66
beta: "1.14"
77
beta_date: "2016-12-22"

0 commit comments

Comments
 (0)