From d1d29283ba6afbab4871439620d5bdf639d14179 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 22 Jun 2023 16:27:56 +0200 Subject: [PATCH] Remove ineffective LICENSE link (#850) Just like the Markdown files in #846, we cannot generate a redirect for the LICENSE file this way. The broken link was fixed in #813, so we should be fine here. --- book.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/book.toml b/book.toml index 71574ce8..493a3c5d 100644 --- a/book.toml +++ b/book.toml @@ -72,7 +72,6 @@ line-numbers = true "unsafe/unsafe-functions.html" = "calling-unsafe-functions.html" "welcome-bare-metal.html" = "bare-metal.html" "welcome-day-4.html" = "concurrency.html" -"LICENSE" = "https://github.com/google/comprehensive-rust/blob/main/LICENSE" [output.exerciser] output-directory = "comprehensive-rust-exercises"