Description
I found a few broken external links while checking the Volcano website. These links are either returning 503 Service Unavailable or 403 Forbidden, which results in a poor user experience and may confuse visitors.
Broken Links
Expected Behavior
All external links on the website should be valid and accessible. If a link is no longer available, it should be updated or removed.
Actual Behavior
Some external links return HTTP errors (503/403), making them inaccessible.
Suggested Fix
- Verify whether these URLs have changed.
- Replace them with the correct URLs if they have moved.
- Remove the links if they are no longer maintained.
- Add a periodic link checker in CI to detect broken links automatically.
Description
I found a few broken external links while checking the Volcano website. These links are either returning 503 Service Unavailable or 403 Forbidden, which results in a poor user experience and may confuse visitors.
Broken Links
Expected Behavior
All external links on the website should be valid and accessible. If a link is no longer available, it should be updated or removed.
Actual Behavior
Some external links return HTTP errors (503/403), making them inaccessible.
Suggested Fix