try harder to get Jenkinsfile changeset selector to work
diff --git a/Jenkinsfile b/Jenkinsfile
index 3482881..722a1f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,7 +7,7 @@
         stage('trigger-site-build') {
             when {
                 branch 'master'
-                changeset '**/*.adoc'
+//                 changeset '**/*.adoc'
             }
 
             steps {
diff --git a/modules/ROOT/pages/development/maintainingthewebpages.adoc b/modules/ROOT/pages/development/maintainingthewebpages.adoc
index 1478648..4444b75 100644
--- a/modules/ROOT/pages/development/maintainingthewebpages.adoc
+++ b/modules/ROOT/pages/development/maintainingthewebpages.adoc
@@ -1,6 +1,6 @@
 = Maintaining The Web Site
 
-The web site is built with https://antora.org[Antora] run through the https://ci-builds.apache.org[Apache Jenkins CI].
+The web site is built with https://antora.org[Antora] run through https://ci-builds.apache.org[Apache Jenkins CI].
 Instructions coming soon.
 
 NOTE: the rest of this page is totally and completely outdated.