From 9050dfb36b2fb7102ef475b0b2206cfffb24dd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 16 Aug 2021 10:55:06 +0200 Subject: [PATCH] fix: adjust logo in emails --- .../getting-started/getting-started.html.mustache | 4 ++-- .../getting-started/getting-started.plain.mustache | 2 +- src/mailtemplates/reset-password/reset-password.html.mustache | 2 +- websitev2/docusaurus.config.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mailtemplates/getting-started/getting-started.html.mustache b/src/mailtemplates/getting-started/getting-started.html.mustache index c088d91d42..ff759b0480 100644 --- a/src/mailtemplates/getting-started/getting-started.html.mustache +++ b/src/mailtemplates/getting-started/getting-started.html.mustache @@ -466,7 +466,7 @@
- +
@@ -504,7 +504,7 @@ Best diff --git a/src/mailtemplates/getting-started/getting-started.plain.mustache b/src/mailtemplates/getting-started/getting-started.plain.mustache index b157f151d5..e0c8f082f3 100644 --- a/src/mailtemplates/getting-started/getting-started.plain.mustache +++ b/src/mailtemplates/getting-started/getting-started.plain.mustache @@ -13,7 +13,7 @@ Useful resources: - https://docs.getunleash.io - https://github.com/unleash -- https://docs.getunleash.io/docs/user_guide/connect_sdk +- https://docs.getunleash.io/sdks Best Your Unleash team \ No newline at end of file diff --git a/src/mailtemplates/reset-password/reset-password.html.mustache b/src/mailtemplates/reset-password/reset-password.html.mustache index 6446312ba9..8e21918aec 100644 --- a/src/mailtemplates/reset-password/reset-password.html.mustache +++ b/src/mailtemplates/reset-password/reset-password.html.mustache @@ -466,7 +466,7 @@
- +
diff --git a/websitev2/docusaurus.config.js b/websitev2/docusaurus.config.js index a22a0cd81e..430b6d0c05 100644 --- a/websitev2/docusaurus.config.js +++ b/websitev2/docusaurus.config.js @@ -113,7 +113,7 @@ module.exports = { redirects: [ { to: '/sdks', - from: ['/user_guide/client-sdk', '/client-sdk'] + from: ['/user_guide/client-sdk', '/client-sdk', '/user_guide/connect_sdk'] }, { to: '/user_guide/api-token',