Matrix-js: align metadata docs links with matrix-js docs path

This commit is contained in:
Gustavo Madeira Santana
2026-02-25 18:25:01 -05:00
parent c6a3fbe1aa
commit d81132c916
2 changed files with 3 additions and 3 deletions

View File

@@ -42,8 +42,8 @@ const meta = {
id: "matrix-js",
label: "Matrix-js",
selectionLabel: "Matrix-js (plugin)",
docsPath: "/channels/matrix",
docsLabel: "matrix",
docsPath: "/channels/matrix-js",
docsLabel: "matrix-js",
blurb: "open protocol; configure a homeserver + access token.",
order: 70,
quickstartAllowFrom: true,

View File

@@ -44,7 +44,7 @@ async function noteMatrixAuthHelp(prompter: WizardPrompter): Promise<void> {
"Use an access token (recommended) or password login to an existing account.",
"With access token: user ID is fetched automatically.",
"Env vars supported: MATRIX_HOMESERVER, MATRIX_USER_ID, MATRIX_ACCESS_TOKEN, MATRIX_PASSWORD.",
`Docs: ${formatDocsLink("/channels/matrix", "channels/matrix")}`,
`Docs: ${formatDocsLink("/channels/matrix-js", "channels/matrix-js")}`,
].join("\n"),
"Matrix setup",
);