Merge pull request #1464 from ogayot/autoinstall-doc-fix-discourse-links

doc: fix missing leading / before some discourse links
This commit is contained in:
Olivier Gayot 2022-10-25 17:35:06 +02:00 committed by GitHub
commit b01f92874b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ discourse_substitutions = [
("autoinstall.md", "/t/automated-server-installs/16612"),
("autoinstall-reference.md", "/t/automated-server-install-reference/16613"),
("autoinstall-quickstart.md", "/t/automated-server-install-quickstart/16614"),
("autoinstall-schema.md", "t/automated-server-install-schema/16615"),
("autoinstall-quickstart-s390x.md", "t/automated-server-install-schema/16616"),
("autoinstall-schema.md", "/t/automated-server-install-schema/16615"),
("autoinstall-quickstart-s390x.md", "/t/automated-server-install-schema/16616"),
]
md_to_html_substitutions = [
("autoinstall.md", "autoinstall.html"),