Skip to content

Commit

Permalink
Fix Software documentation links (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillHannon-MCB authored Aug 16, 2024
1 parent e1b0484 commit 8c18b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/Software.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
<div v-if="project.excerpt" class="max-w-none text-gray-500 mt-2" v-html="project.excerpt">
</div>
<p class="max-w-none text-gray-700 mt-2 md:mt-4">
Check out the <a :href="project.documentation">documentation</a>
Check out the <a :href="project.documentation" rel="external" target="_blank">documentation</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 8c18b37

Please sign in to comment.