From b0d8d5a0257eb954e5909efba0dd8aabf21b3814 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 28 Jan 2021 15:10:40 -0800 Subject: [PATCH] Website: https protocol --- README.md | 4 ++-- webapp/src/components/sidebar.tsx | 2 +- webapp/src/components/topBar.tsx | 2 +- website/Makefile | 2 +- website/site/config.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d3fbddde..063a99b9e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Focalboard -[![Focalboard](website/site/static/img/hero.jpg)](http://www.focalboard.com) +[![Focalboard](website/site/static/img/hero.jpg)](https://www.focalboard.com) -[Focalboard](http://www.focalboard.com) is an open source project management app for individuals and teams. It comes in two editions: +[Focalboard](https://www.focalboard.com) is an open source project management app for individuals and teams. It comes in two editions: * **Personal Desktop**: A stand-alone desktop app for your todos and personal projects * **Personal Server**: A self-hosted server for your team to collaborate diff --git a/webapp/src/components/sidebar.tsx b/webapp/src/components/sidebar.tsx index c4894ccb1..fc90aa059 100644 --- a/webapp/src/components/sidebar.tsx +++ b/webapp/src/components/sidebar.tsx @@ -533,7 +533,7 @@ class Sidebar extends React.Component { } private showAbout = () => { - const url = 'http://www.focalboard.com?utm_source=webapp' + const url = 'https://www.focalboard.com?utm_source=webapp' window.open(url, '_blank') } } diff --git a/webapp/src/components/topBar.tsx b/webapp/src/components/topBar.tsx index 25c1da74a..555b6e388 100644 --- a/webapp/src/components/topBar.tsx +++ b/webapp/src/components/topBar.tsx @@ -19,7 +19,7 @@ class TopBar extends React.PureComponent { className='TopBar' > diff --git a/website/Makefile b/website/Makefile index 09c21180e..6d37cc544 100644 --- a/website/Makefile +++ b/website/Makefile @@ -1,5 +1,5 @@ -BASE_URL?=http://www.focalboard.com +BASE_URL?=https://www.focalboard.com .PHONY: dist dist: diff --git a/website/site/config.toml b/website/site/config.toml index c9f27475e..4bccf453b 100644 --- a/website/site/config.toml +++ b/website/site/config.toml @@ -1,5 +1,5 @@ # Page settings -baseURL = "http://www.focalboard.com/" +baseURL = "https://www.focalboard.com/" canonifyURLs = true #relativeURLs = true