This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/james-site.git
commit 4c636c662c65ac905659f7ea10b33677c09e1a55 Author: Eugen Stan <[email protected]> AuthorDate: Fri Jul 31 14:16:48 2020 +0300 JAMES-3226 #comment Using github urls for edit-url Signed-off-by: Eugen Stan <[email protected]> --- doc-sites/antora-playbook-local.yml | 2 +- doc-sites/antora-playbook.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc-sites/antora-playbook-local.yml b/doc-sites/antora-playbook-local.yml index 18b9bc8ea..719c08975 100644 --- a/doc-sites/antora-playbook-local.yml +++ b/doc-sites/antora-playbook-local.yml @@ -5,7 +5,7 @@ site: title: Apache James url: https://james.apache.org/ - start_page: main::index.adoc + start_page: james-site::homepage.adoc content: sources: - url: ./../../james-hupa diff --git a/doc-sites/antora-playbook.yml b/doc-sites/antora-playbook.yml index 8d982d577..75a6900b9 100644 --- a/doc-sites/antora-playbook.yml +++ b/doc-sites/antora-playbook.yml @@ -4,31 +4,31 @@ site: start_page: james-site::homepage.adoc content: sources: - - url: https://gitbox.apache.org/repos/asf/james-hupa.git + - url: https://github.com/apache/james-hupa.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-jdkim.git + - url: https://github.com/apache/james-jdkim.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-jsieve.git + - url: https://github.com/apache/james-jsieve.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-jspf.git + - url: https://github.com/apache/james-jspf.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-mime4j.git + - url: https://github.com/apache/james-mime4j.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-project.git + - url: https://github.com/apache/james-project.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' - - url: https://gitbox.apache.org/repos/asf/james-postage.git + - url: https://github.com/apache/james-postage.git branches: master start_path: docs edit_url: '{web_url}/blob/{refname}/{path}' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
