Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 6f45521

Browse files
NSV1991neerajv96t3chguy
authored
correct home server URL (#11391)
* correct home server URL * update snapshot --------- Co-authored-by: Neeraj <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
1 parent d2c6577 commit 6f45521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/dialogs/ServerPickerDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
244244

245245
<h2>{_t("Learn more")}</h2>
246246
<ExternalLink
247-
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
247+
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
248248
target="_blank"
249249
rel="noreferrer noopener"
250250
>

test/components/views/dialogs/__snapshots__/ServerPickerDialog-test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ exports[`<ServerPickerDialog /> should render dialog 1`] = `
122122
</h2>
123123
<a
124124
class="mx_ExternalLink"
125-
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
125+
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
126126
rel="noreferrer noopener"
127127
target="_blank"
128128
>

0 commit comments

Comments
 (0)