1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

Update version banner URL to redirect permalink (#3822)

This commit is contained in:
Paul Esch-Laurent 2022-09-13 13:27:18 -05:00 committed by GitHub
parent 096c130edb
commit 5853303bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ import CompassIcon from '../../widgets/icons/compassIcon'
import TelemetryClient, {TelemetryCategory, TelemetryActions} from '../../telemetry/telemetryClient'
import './versionMessage.scss'
const helpURL = 'https://docs.mattermost.com/welcome/whats-new-in-v72.html'
const helpURL = 'https://mattermost.com/pl/whats-new-boards/'
const VersionMessage = React.memo(() => {
const intl = useIntl()