Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing latest, latest-dev symbolic links for CLC. #331

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@
/imdg/latest-dev/* /hazelcast/5.3-snapshot/:splat 200!

# Redirect latest-dev clc alias to the latest-dev version
/clc/latest-dev/* /clc/5.3.2-snapshot/:splat 200!
/clc/latest-dev/* /clc/5.3.6/:splat 200!

# Redirect latest clc alias to the latest version
/clc/latest/* /clc/5.3.5/:splat 200!

# Redirect renamed beta version to the currecnt beta version
/clc/5.2.0-beta-3/* /clc/5.2-beta-3/:splat 200!
/clc/latest/* /clc/5.3.6/:splat 200!

# Redirect legacy /4 version to the /4.0 version
/imdg/4/* /imdg/4.0/:splat 301!
Expand Down
2 changes: 1 addition & 1 deletion antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ content:
- url: https://github.com/hazelcast/hazelcast-platform-operator-docs
branches: [main, v/*]
start_path: docs
- url: https://github.com/hazelcast/stream-processing-fundamentals
- url: https://github.com/hazelcast-guides/stream-processing-fundamentals
branches: master
start_path: docs
- url: https://github.com/hazelcast-guides/airline-connections
Expand Down
Loading