Skip to content

Commit

Permalink
Fix attempt for dead links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Jan 18, 2024
1 parent 192b58d commit 0e6c1d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ content:
branches: [main, v/*]
start_path: docs
- url: https://github.com/hazelcast-guides/stream-processing-fundamentals
branches: master
branches: main
start_path: docs
- url: https://github.com/hazelcast-guides/airline-connections
branches: main
Expand Down Expand Up @@ -236,7 +236,7 @@ antora:
includes:
- '5.3.0'
- name: management-center
version: '5.1'
version: '5.2'
mappings:
- module: integrate
family: attachment
Expand All @@ -246,9 +246,9 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.1.z'
- '5.2.z'
- name: management-center
version: '5.2-beta-1'
version: '5.1'
mappings:
- module: integrate
family: attachment
Expand All @@ -258,7 +258,7 @@ antora:
- '**/hazelcast/management-center'
branch:
includes:
- '5.2-BETA-1'
- '5.1.z'
- require: ./lib/api_json.js
tags:
- Favorites
Expand Down

0 comments on commit 0e6c1d0

Please sign in to comment.