From 688af4b8c151c142b8fdd66edaa54aa46da6c264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 20 Jul 2021 11:49:26 +0200 Subject: [PATCH] Refine comments --- backend/src/config/links.js | 4 ++-- webapp/constants/links.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/config/links.js b/backend/src/config/links.js index 4a55fc56e..55cc72d4d 100644 --- a/backend/src/config/links.js +++ b/backend/src/config/links.js @@ -1,7 +1,7 @@ // this file is duplicated in `backend/src/config/links.js` and `webapp/constants/links.js` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ export default { - LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization' - SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support' + LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social' + SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support'. set a full URL please, because it is used in e-mails as well! // on null or empty strings internal pages are used, see 'webapp/locales/html/' // you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ diff --git a/webapp/constants/links.js b/webapp/constants/links.js index 4a55fc56e..fae5ea87e 100644 --- a/webapp/constants/links.js +++ b/webapp/constants/links.js @@ -1,8 +1,8 @@ // this file is duplicated in `backend/src/config/links.js` and `webapp/constants/links.js` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ export default { - LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization' - SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support' - + LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social' + SUPPORT: 'https://ocelot.social', // example for internal support page: 'https://staging.ocelot.social/support'. set a full URL please, because it is used in e-mails as well! + // on null or empty strings internal pages are used, see 'webapp/locales/html/' // you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ ORGANIZATION: 'https://ocelot.social',