Skip to content

Commit

Permalink
Merge pull request #772 from ryan-mooore/fix-links
Browse files Browse the repository at this point in the history
Fix links to the writing plugins guide at xbar-plugins
  • Loading branch information
matryer authored Sep 18, 2021
2 parents 267ad7b + 8ae3c12 commit 0d587ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
function openPluginGuide(event) {
event.preventDefault()
openURL('https://github.com/matryer/xbar#writing-plugins')
openURL('https://github.com/matryer/xbar-plugins/blob/main/CONTRIBUTING.md')
.catch(e => err = e)
}
Expand Down
2 changes: 1 addition & 1 deletion xbarapp.com/templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div>
<a target='github' class='hover:underline hover:text-white' href='https://github.com/matryer/xbar'>GitHub project</a>
<a target='github' class='hover:underline hover:text-white' href='https://github.com/matryer/xbar#writing-plugins'>Writing plugins guide</a>
<a target='github' class='hover:underline hover:text-white' href='https://github.com/matryer/xbar-plugins/blob/main/CONTRIBUTING.md'>Writing plugins guide</a>
</div>
<div class='mt-8'>
<a target='github' class='hover:underline' href='https://github.com/matryer/xbar/blob/master/LICENSE.txt'>MIT License</a><a target='twitter' class='hover:underline hover:text-white' href='https://twitter.com/matryer'>@matryer</a>
Expand Down
2 changes: 1 addition & 1 deletion xbarapp.com/templates/articles-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class='font-bold text-2xl fancy-font mb-3'>
</h2>
<ul class='list-style-disc'>
<li>
<a class='hover:underline' href='https://github.com/matryer/xbar#writing-plugins'>Writing plugins guide</a>
<a class='hover:underline' href='https://github.com/matryer/xbar-plugins/blob/main/CONTRIBUTING.md'>Writing plugins guide</a>
</li>
<li>
<a class='hover:underline' href='https://github.com/matryer/xbar#parameters'>Parameters</a>
Expand Down

0 comments on commit 0d587ec

Please sign in to comment.