MM-56784 - Update wrong documentation link (#26363)

* update documentation link

* update snapshot

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Scott Bishel 2024-03-08 08:50:27 -07:00 committed by GitHub
parent 89f5a0deec
commit 1eec4ad30f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -292,7 +292,7 @@ callbackUrl2.com
values={
Object {
"link": <ExternalLink
href="https://mattermost.com/pl/configure-session-lengths"
href="https://mattermost.com/pl/default-allow-untrusted-internal-connections"
location="abstract_outgoing_webhook"
>
<Memo(MemoizedFormattedMessage)

View File

@ -504,7 +504,7 @@ export default class AbstractOutgoingWebhook extends React.PureComponent<Props,
values={{
link: (
<ExternalLink
href={DocLinks.SESSION_LENGTHS}
href={DocLinks.TRUSTED_CONNECTION}
location='abstract_outgoing_webhook'
>
<FormattedMessage

View File

@ -1085,6 +1085,7 @@ export const DocLinks = {
SITE_URL: 'https://mattermost.com/pl/configure-site-url',
SSL_CERTIFICATE: 'https://mattermost.com/pl/setup-ssl-client-certificate',
TRUE_UP_REVIEW: 'https://mattermost.com/pl/true-up-documentation',
TRUSTED_CONNECTION: 'https://mattermost.com/pl/default-allow-untrusted-internal-connections',
UPGRADE_SERVER: 'https://mattermost.com/pl/upgrade-mattermost',
};