Skip to content

Commit b6bbff1

Browse files
committed
fix: broken link from md to mdx
1 parent 4c8eef4 commit b6bbff1

File tree

1 file changed

+1
-1
lines changed
  • packages/docusaurus-plugin/src

1 file changed

+1
-1
lines changed

packages/docusaurus-plugin/src/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function renderIndex(doc: DereffedOpenrpcDocument): string {
8181
methods.length === 0
8282
? "_No methods defined._"
8383
: methods
84-
.map((m) => `- [\`${m.name}\`](./methods/${m.name}.md)`)
84+
.map((m) => `- [\`${m.name}\`](./methods/${m.name}.mdx)`)
8585
.join("\n");
8686

8787
const schemasList =

0 commit comments

Comments
 (0)