From 0367b148aafc1edbf3687ee1e0673951946c6d6d Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Tue, 8 Aug 2017 10:34:09 -0500 Subject: [PATCH] Privacy link --- app/assets/templates/frontend/directives/account-menu.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/templates/frontend/directives/account-menu.html.haml b/app/assets/templates/frontend/directives/account-menu.html.haml index 39e3f48c9..34b097b31 100644 --- a/app/assets/templates/frontend/directives/account-menu.html.haml +++ b/app/assets/templates/frontend/directives/account-menu.html.haml @@ -147,7 +147,7 @@ %h4 Analytics %p Help Standard Notes improve by sending anonymous data on general usage. - %a{"href" => "https://standardnotes.org/philosophy", "target" => "_blank"} Learn more. + %a{"href" => "https://standardnotes.org/privacy", "target" => "_blank"} Learn more. %div.mt-5 %label Status: {{analyticsManager.enabled ? "Enabled" : "Disabled"}}