This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/james-site.git


The following commit(s) were added to refs/heads/staging by this push:
     new 4c878ca  JAMES-3226 #comment Using github urls for edit-url
4c878ca is described below

commit 4c878ca150638dda279e9a83c7aeec42bb6561b2
Author: Eugen Stan <ieu...@apache.org>
AuthorDate: Fri Jul 31 14:16:48 2020 +0300

    JAMES-3226 #comment Using github urls for edit-url
    
    Signed-off-by: Eugen Stan <ieu...@apache.org>
---
 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 18b9bc8..719c089 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 8d982d5..75a6900 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}'

Reply via email to