1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-11 18:13:52 +02:00

Website: https protocol

This commit is contained in:
Chen-I Lim 2021-01-28 15:10:40 -08:00
parent b72f5ced7d
commit b0d8d5a025
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -533,7 +533,7 @@ class Sidebar extends React.Component<Props, State> {
}
private showAbout = () => {
const url = 'http://www.focalboard.com?utm_source=webapp'
const url = 'https://www.focalboard.com?utm_source=webapp'
window.open(url, '_blank')
}
}

View File

@ -19,7 +19,7 @@ class TopBar extends React.PureComponent<Props> {
className='TopBar'
>
<a
href='http://www.focalboard.com/guide/user?utm_source=webapp'
href='https://www.focalboard.com/guide/user?utm_source=webapp'
target='_blank'
rel='noreferrer'
>

View File

@ -1,5 +1,5 @@
BASE_URL?=http://www.focalboard.com
BASE_URL?=https://www.focalboard.com
.PHONY: dist
dist:

View File

@ -1,5 +1,5 @@
# Page settings
baseURL = "http://www.focalboard.com/"
baseURL = "https://www.focalboard.com/"
canonifyURLs = true
#relativeURLs = true