Skip to content

Commit fe0fd10

Browse files
authored
Redirect to new faq (#562)
1 parent c647652 commit fe0fd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/better-help-settings/matrix-react-sdk+3.69.1.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ index 4bceab5..b7dad05 100644
1212

1313
export interface IAccessibleButtonProps extends React.InputHTMLAttributes<Element> {
1414
diff --git a/node_modules/matrix-react-sdk/src/components/views/settings/tabs/user/HelpUserSettingsTab.tsx b/node_modules/matrix-react-sdk/src/components/views/settings/tabs/user/HelpUserSettingsTab.tsx
15-
index 7ad495e..fa16f8c 100644
15+
index 7ad495e..6b21e41 100644
1616
--- a/node_modules/matrix-react-sdk/src/components/views/settings/tabs/user/HelpUserSettingsTab.tsx
1717
+++ b/node_modules/matrix-react-sdk/src/components/views/settings/tabs/user/HelpUserSettingsTab.tsx
1818
@@ -98,6 +98,7 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>
@@ -120,7 +120,7 @@ index 7ad495e..fa16f8c 100644
120120
+ </div>
121121
+ );
122122
+
123-
+ const faqUrl = "https://tchap.beta.gouv.fr/faq";
123+
+ const faqUrl = "https://www.tchap.gouv.fr/faq";
124124
+ const faqSection = (
125125
+ <div className='mx_SettingsTab_section'>
126126
+ <span className='mx_SettingsTab_subheading'>{ _t("Frequently Asked Questions (FAQ)") }</span>

0 commit comments

Comments
 (0)