From 389db7e934510e52f88a41a637b3ad91bad588c3 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 11 Oct 2019 14:18:01 -0300 Subject: [PATCH] Fix links to non working minutes due to capital letters in file names --- config.toml | 1 + .../minutes/design-meeting/2019-10-04-Roadmap-2020-Goals.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/config.toml b/config.toml index a8cb5ec0..682f8116 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = "https://rust-lang.github.io/compiler-team" languageCode = "en-us" title = "Rust Lang - Compiler Team" theme = "book" +disablePathToLower = true [params] BookMenuBundle = '/menu' diff --git a/content/minutes/design-meeting/2019-10-04-Roadmap-2020-Goals.md b/content/minutes/design-meeting/2019-10-04-Roadmap-2020-Goals.md index 394286dc..cff7db6c 100644 --- a/content/minutes/design-meeting/2019-10-04-Roadmap-2020-Goals.md +++ b/content/minutes/design-meeting/2019-10-04-Roadmap-2020-Goals.md @@ -1,3 +1,8 @@ +--- +title: Roadmap 2020 +type: docs +--- + # Roadmap 2020 Compiler Discussion [Zulip topic](https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/design.20meeting.202019-10-04)