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:42 UTC

[isis] 20/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 63c50abcba72a1cfce1dce854190b05e4e0f4f45
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Dec 16 17:12:19 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 f2a3024..3759e2a 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