Skip to content

Commit

Permalink
add redirects we will need as we transition the pages when switching …
Browse files Browse the repository at this point in the history
…between versions
  • Loading branch information
craigcomstock committed Feb 22, 2024
1 parent ee8d5f9 commit 67c3e39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ RewriteRule ^/latest/guide-latest-release-supported-platforms.html /docs/latest/
RewriteRule ^/nickanderson https://www.linkedin.com/in/hithisisnick/
RewriteRule ^/thisistheway https://orgmode.org
RewriteRule ^/orgmode https://orgmode.org

# CFE-4315 renaming packages old/new/deprecated to v1 and v2
RewriteRule ^/docs/(.*)/reference-promise-types-packages.html https://%{SERVER_NAME}/docs/$1/reference-promise-types-packages-v2.html
RewriteRule ^/docs/(.*)/reference-promise-types-packages-deprecated.html https://%{SERVER_NAME}/docs/$1/reference-promise-types-packages-v1.html

0 comments on commit 67c3e39

Please sign in to comment.