Change copy to point to native node modules docs in element desktop
This commit is contained in:
parent
5df4ad2db0
commit
2a4e327dbf
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ export default class EventIndexPanel extends React.Component {
|
||||||
);
|
);
|
||||||
} else if (EventIndexPeg.platformHasSupport() && !EventIndexPeg.supportIsInstalled()) {
|
} else if (EventIndexPeg.platformHasSupport() && !EventIndexPeg.supportIsInstalled()) {
|
||||||
const nativeLink = (
|
const nativeLink = (
|
||||||
"https://github.com/vector-im/element-web/blob/develop/" +
|
"https://github.com/vector-im/element-desktop/blob/develop/" +
|
||||||
"docs/native-node-modules.md#" +
|
"docs/native-node-modules.md#" +
|
||||||
"adding-seshat-for-search-in-e2e-encrypted-rooms"
|
"adding-seshat-for-search-in-e2e-encrypted-rooms"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue