We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b094c commit 4044751Copy full SHA for 4044751
1 file changed
antora-assembler.yml
@@ -7,13 +7,13 @@ site:
7
8
content:
9
sources:
10
- - url: https://github.com/ttelang/microprofile-tutorial.git # Current directory (local content)
+ - url: https://github.com/microprofile/microprofile-tutorial.git # Current directory (local content)
11
branches: [6.1, main] # Pull 6.1 and main (main = 7.1 version)
12
start_path: / # Root of the content
13
14
ui:
15
bundle:
16
- url: https://github.com/ttelang/microprofile-tutorial-ui/releases/download/latest/ui-bundle.zip
+ url: https://github.com/microprofile/microprofile-tutorial-ui/releases/download/latest/ui-bundle.zip
17
snapshot: true
18
supplemental_files: ./supplemental-ui
19
0 commit comments