Skip to content

Commit

Permalink
chore(docs): updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 23, 2024
1 parent 2264f02 commit 59a96f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/plugins/docusaurus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following is a simple example of a Docusaurus project running TypeDoc.
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/docusaurus"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/integrations/docusaurus"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/github-wiki.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following is a simple example of a GithubWiki project running TypeDoc.
title="View Source on Github"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/github-wiki"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/integrations/github-wiki"
target="_blank"
/>
</Cards>
2 changes: 1 addition & 1 deletion docs/pages/plugins/vitepress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following is a simple example of a VitePress project running TypeDoc.
title="View Code on GitHub"
icon={<FontAwesomeIcon icon={faGithub} />}
arrow={true}
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/examples/integrations/vitepress"
href="https://github.com/typedoc2md/typedoc-plugin-markdown-examples/tree/main/integrations/vitepress"
target="_blank"
/>
</Cards>

0 comments on commit 59a96f8

Please sign in to comment.