JAMES-3226 #comment Using github urls for edit-url

Signed-off-by: Eugen Stan <ieugen@apache.org>
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 @@
   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}'