🩹 Standardise project URLs to be lowercase

This commit is contained in:
James Panther
2021-08-19 09:36:00 +10:00
parent 3450e8f9c5
commit f023dbe71f
11 changed files with 35 additions and 29 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
# as it does not contain all the required theme settings!
#
# Refer to the theme docs for configuration instructions if you're unsure.
# https://jpanther.github.io/Congo/docs/
# https://jpanther.github.io/congo/docs/
# --------------------------------------------------------------------------
baseURL = "https://jpanther.github.io/Congo/"
baseURL = "https://jpanther.github.io/congo/"
theme = "Congo"
languageCode = "en-AU"
defaultContentLanguage = "en"
@@ -54,7 +54,7 @@ relativeURLs = true
# weight = 30
[[menu.main]]
name = "GitHub"
url = "https://github.com/jpanther/Congo"
url = "https://github.com/jpanther/congo"
weight = 40
[markup.goldmark]