From 3433b0a9b1890390ebb45c992c0bbad97e2ddb7b Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Thu, 14 Jan 2021 18:50:18 -0600 Subject: [PATCH] Publish Ts & Cs! (#198) --- website/config/routes.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/config/routes.js b/website/config/routes.js index 16bcaf1d23..5b4506d924 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -22,10 +22,7 @@ module.exports.routes = { res.redirect('mailto:todo@example.com?subject=Pricing question&body=Please do not send this email!\n\nWe are a very young company and still working on our processes. For now, if you have a pricing question or would like to know Fleet\'s latest pricing and support tiers, please create an issue at https://github.com/fleetdm/fleet/issues. Thank you!'); }, - '/legal/terms': (req, res)=>{ - // FUTURE: page w/ our subscription terms - res.redirect('mailto:todo@example.com?subject=Legal question&body=Please do not send this email!\n\nWe are a very young company and still working on our processes. For now, if you have a legal question or would like to review Fleet\'s subscription terms, please send a DM to mikermcneil or Zach Wasserman in the "osquery" Slack workspace. Thank you!'); - }, + '/legal/terms': 'https://docs.google.com/document/d/1OM6YDVIs7bP8wg6iA3VG13X086r64tWDqBSRudG4a0Y/edit', '/security': (req, res)=>{ // FUTURE: make a page- check out how Sails does it, and also https://about.gitlab.com/security/