Skip to content

Commit

Permalink
website: set up /trial redirection (#10565)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemac committed May 11, 2021
1 parent 2766444 commit 4b9fff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ module.exports = [
// Vercel's redirect documentation: https://vercel.com/docs/configuration#project/redirects
// Playground for testing url pattern matching: https://npm.runkit.com/path-to-regexp

// Friendly URL for trial form redirection
{
source: '/trial',
destination: 'https://www.hashicorp.com/products/nomad/trial',
permanent: true,
},
{
source: '/docs/operations/overview',
destination: '/docs/operations',
Expand Down

0 comments on commit 4b9fff4

Please sign in to comment.