Author: sebb Date: Sun Apr 18 22:41:33 2021 New Revision: 1888937 URL: http://svn.apache.org/viewvc?rev=1888937&view=rev Log: fix buildbot job name
Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/site-publish.xml?rev=1888937&r1=1888936&r2=1888937&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/site-publish.xml (original) +++ commons/cms-site/trunk/content/xdoc/site-publish.xml Sun Apr 18 22:41:33 2021 @@ -43,7 +43,7 @@ You can test your changes locally using: <pre>mvn clean site</pre> </p> - <p>After you commit, and <a href="http://ci.apache.org/builders/commons-site-staging">buildbot</a> handles the site generation, you can test your changes, and any others in the pipeline, at <a href="http://commons.staging.apache.org/">http://commons.staging.apache.org/</a>. + <p>After you commit, and <a href="http://ci.apache.org/builders/commons-site">buildbot</a> handles the site generation, you can test your changes, and any others in the pipeline, at <a href="http://commons.staging.apache.org/">http://commons.staging.apache.org/</a>. Once satisfied, you can <a href="https://cms.apache.org/commons/publish">publish</a> via the CMS site. Note that the staging site is shared, so if any other changes have been made to the site by other developers, these will also be published. </p>