Skip to content

Commit

Permalink
Merge pull request #12 from apache/redirect-14-to-114
Browse files Browse the repository at this point in the history
Redirect /docs/guide/14 to /docs/guide/114
  • Loading branch information
jake-at-work committed Sep 15, 2021
2 parents aaefb1f + cd3b6ba commit a80244a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/content/.htaccess
Expand Up @@ -20,3 +20,4 @@ RedirectMatch 301 /serverman/(.*) https://geode.apache.org/docs/guide/114/$1
RedirectMatch 301 /geodeman/(.*) https://geode.apache.org/docs/guide/114/$1
RedirectMatch 301 /cppapiref/(.*) https://geode.apache.org/releases/latest/cppdocs/$1
RedirectMatch 301 /dotnetapiref/(.*) https://geode.apache.org/releases/latest/dotnetdocs/$1
RedirectMatch 301 /docs/guide/14/(.*) https://geode.apache.org/docs/guide/114/$1

0 comments on commit a80244a

Please sign in to comment.