chore: fix relative links in docs and enforce we dont break them again (#14832)
This commit is contained in:
parent
46141b8283
commit
e86298d5d9
6 changed files with 6 additions and 5 deletions
|
@ -30,7 +30,7 @@ def check_tls(verbose):
|
|||
if sys.platform == "linux" or sys.platform == "linux2":
|
||||
tutorial = "./docs/development/build-instructions-linux.md"
|
||||
elif sys.platform == "darwin":
|
||||
tutorial = "./docs/development/build-instructions-osx.md"
|
||||
tutorial = "./docs/development/build-instructions-macos.md"
|
||||
elif sys.platform == "win32":
|
||||
tutorial = "./docs/development/build-instructions-windows.md"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue