docs: replace remote url by local file links to allow for checking
This commit is contained in:
@@ -37,4 +37,7 @@ def docs_hyperlink(description: str, url: str) -> str:
|
||||
"""
|
||||
Returns a markdown hyperlink
|
||||
"""
|
||||
url = url.replace("https://docs.clan.lol", "../..")
|
||||
url = url.replace("index.html", "index")
|
||||
url += ".md"
|
||||
return f"[{description}]({url})"
|
||||
|
||||
Reference in New Issue
Block a user