tetratelabs / archive-envoy

Archive of Envoy® release binaries
Apache License 2.0
11 stars 4 forks source link

Broken links on index page #22

Closed codefromthecrypt closed 2 years ago

codefromthecrypt commented 2 years ago

https://archive.tetratelabs.io/envoy has broken links, let's fix them!

ashwinexe commented 2 years ago

Can I work on this?

codefromthecrypt commented 2 years ago

sure! anything hacktoberfest not already claimed is up for grabs.

codefromthecrypt commented 2 years ago

@ashwinexe if you are having trouble let us know. otherwise, we'll probably want to go ahead and fix the links vs let them stay broken too long

ashwinexe commented 2 years ago

Hey @codefromthecrypt I found 2 broken links, I have raised a PR for that

codefromthecrypt commented 2 years ago

Fixed this by changing the redirect configuration of the root domain. Thanks for giving a try!

# Ensure relative links in /envoy/index.html resolve properly
[[redirects]]
from = "/envoy"
to = "/envoy/index.html"
status = 302