Skip to content

Commit

Permalink
fix: xref link
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jul 23, 2024
1 parent 54181c5 commit f0ff2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_ext_mystmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def write_doc(self, docname, doctree):

def finish(self):
references = [
{"kind": "page", "url": f"/{slug}", "data": f"/content/{slug}.json"}
{"kind": "page", "url": f"/{slug}", "data": f"/content/{slug}.myst.json"}
for slug in (self.slugify(n) for n in self.env.found_docs)
]
xref = {"version": "1", "myst": "1.2.9", "references": references}
Expand Down

0 comments on commit f0ff2d3

Please sign in to comment.