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:
parent
b72f5ced7d
commit
b0d8d5a025
@ -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
|
||||
|
||||
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
@ -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'
|
||||
>
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
BASE_URL?=http://www.focalboard.com
|
||||
BASE_URL?=https://www.focalboard.com
|
||||
|
||||
.PHONY: dist
|
||||
dist:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Page settings
|
||||
baseURL = "http://www.focalboard.com/"
|
||||
baseURL = "https://www.focalboard.com/"
|
||||
canonifyURLs = true
|
||||
#relativeURLs = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user