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

GH-571: [Docs] Fix redirect pattern #575

Merged
merged 1 commit into from
Feb 1, 2025
Merged

GH-571: [Docs] Fix redirect pattern #575

merged 1 commit into from
Feb 1, 2025

Conversation

kou
Copy link
Member

@kou kou commented Jan 30, 2025

Fixes #571.

We need to use ^/java/$ not ^/$ because we deploy our website to https://.../java/ not https://.../.

Fixes apache#571.

We need to use `^/java/$` not `^/$` because we deploy our website to
`https://.../java/` not `https://.../`.
@kou
Copy link
Member Author

kou commented Jan 30, 2025

I tested this with my Apache hosted website with subpath.

@kou
Copy link
Member Author

kou commented Feb 1, 2025

Let's try this.

@kou kou merged commit ac262e6 into apache:asf-site Feb 1, 2025
@kou kou deleted the redirect branch February 1, 2025 22:35
@kou
Copy link
Member Author

kou commented Feb 1, 2025

@wgtmac
Copy link
Member

wgtmac commented Feb 2, 2025

Worked: https://arrow.apache.org/java/ -> https://arrow.apache.org/java/current/

Are these URLs alive? I still got 404.

@kou
Copy link
Member Author

kou commented Feb 2, 2025

The "current" URL will be available after the first release.
See also: #569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants