You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Website: https protocol
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Focalboard
|
||||
|
||||
[](http://www.focalboard.com)
|
||||
[](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
|
||||
|
||||
|
Reference in New Issue
Block a user