You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/18 07:52:41 UTC

[isis] 19/25: ISIS-2072: updates site-core.yml, fix url ref

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit a3819c87369ddfdca45b198b097c4198375a4709
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Dec 16 17:11:31 2019 +0000

    ISIS-2072: updates site-core.yml, fix url ref
---
 antora/playbooks/site-core.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/antora/playbooks/site-core.yml b/antora/playbooks/site-core.yml
index 3759e2a..f2a3024 100644
--- a/antora/playbooks/site-core.yml
+++ b/antora/playbooks/site-core.yml
@@ -7,42 +7,42 @@ content:
   sources:
 
 # antora
-    - url: .
+    - url: ../..
       start_path: antora/components/toc # toc
       branches: HEAD
 
-    - url: .
+    - url: ../..
       start_path: antora/components/core # core
       branches: HEAD
 
 # core
-    - url: .
+    - url: ../..
       start_path: core/codegen-bytebuddy/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/commons/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/detached-tests/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/metamodel/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/runtime/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/webboot-springboot/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/runtime-services/src/main/doc # core
       branches: HEAD
-    - url: .
+    - url: ../..
       start_path: core/webapp/src/main/doc # core
       branches: HEAD
 
 # examples
-    - url: .
+    - url: ../..
       start_path: examples/smoketests/src/main/doc # core
       branches: HEAD