1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-16 11:04:17 +02:00

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.
This commit is contained in:
Martin Geisler
2023-06-22 16:27:56 +02:00
committed by GitHub
parent b7469f779e
commit d1d29283ba

View File

@ -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"