replace default branch name with HEAD
authorDan Allen <dan@opendevise.com>
Wed, 6 Oct 2021 09:06:03 +0000 (03:06 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 6 Oct 2021 09:06:03 +0000 (03:06 -0600)
README.adoc

index 9d32e11..f7564c5 100644 (file)
@@ -29,7 +29,7 @@ It's intentionally minimalistic so as to give you a good starting point without
 
 == Code of Conduct
 
-The Antora project and its project spaces are governed by our https://gitlab.com/antora/antora/-/blob/master/CODE-OF-CONDUCT.adoc[Code of Conduct].
+The Antora project and its project spaces are governed by our https://gitlab.com/antora/antora/-/blob/HEAD/CODE-OF-CONDUCT.adoc[Code of Conduct].
 By participating, you're agreeing to honor this code.
 Let's work together to make this a welcoming, professional, inclusive, and safe environment for everyone.
 
@@ -41,7 +41,7 @@ If you want to simply use the default UI for your Antora-generated site, add the
 ----
 ui:
   bundle:
-    url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
+    url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
     snapshot: true
 ----