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

correct home server URL #11391

Merged
merged 6 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/views/dialogs/ServerPickerDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta

<h2>{_t("Learn more")}</h2>
<ExternalLink
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
target="_blank"
rel="noreferrer noopener"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ exports[`<ServerPickerDialog /> should render dialog 1`] = `
</h2>
<a
class="mx_ExternalLink"
href="https://matrix.org/faq/#what-is-a-homeserver%3F"
href="https://matrix.org/docs/matrix-concepts/elements-of-matrix/#homeserver"
rel="noreferrer noopener"
target="_blank"
>
Expand Down