Updated Branches: refs/heads/4.0 b506a3fbe -> 1ff26dfa0
The defaults.cfg for the Publican branding was out of date. Changed to current URLs. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1ff26dfa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1ff26dfa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1ff26dfa Branch: refs/heads/4.0 Commit: 1ff26dfa04a3a5552ff2f7b1aaedd5b6dadc8f54 Parents: b506a3f Author: Joe Brockmeier <[email protected]> Authored: Tue Apr 9 13:54:35 2013 -0500 Committer: Joe Brockmeier <[email protected]> Committed: Tue Apr 9 13:56:02 2013 -0500 ---------------------------------------------------------------------- docs/publican-cloudstack/defaults.cfg | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1ff26dfa/docs/publican-cloudstack/defaults.cfg ---------------------------------------------------------------------- diff --git a/docs/publican-cloudstack/defaults.cfg b/docs/publican-cloudstack/defaults.cfg index 9e27bdd..b288b33 100644 --- a/docs/publican-cloudstack/defaults.cfg +++ b/docs/publican-cloudstack/defaults.cfg @@ -16,6 +16,6 @@ # specific language governing permissions and limitations # under the License. -doc_url: "http://incubator.apache.org/cloudstack/docs" -prod_url: "http://cloudstack.org" +doc_url: "http://cloudstack.apache.org/docs" +prod_url: "http://cloudstack.apache.org"
