tetratelabs / archive-envoy

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

Fixed 2 links in index page #26

Closed ashwinexe closed 2 years ago

ashwinexe commented 2 years ago

Closes #22

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
ashwinexe commented 2 years ago

I never thought there was a better method than baking the URL. Thanks for the well-written explanation.