Skip to content

Commit

Permalink
Merge pull request #6 from AaronDewes/replace-repo-url
Browse files Browse the repository at this point in the history
fix: replace repository URL with new repo
  • Loading branch information
rolznz authored Dec 2, 2024
2 parents 8970270 + 64ac0be commit c67ff73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ export default function Home() {
View reserves
</Link>
<a
href="https://github.com/rolznz/jim?tab=readme-ov-file#api"
href="https://github.com/getAlby/jim?tab=readme-ov-file#api"
className="text-xs link mt-4"
>
Developer API
</a>
<a href="https://github.com/rolznz/jim" className="text-xs link mt-4">
<a href="https://github.com/getAlby/jim" className="text-xs link mt-4">
source
</a>
</div>
Expand Down

0 comments on commit c67ff73

Please sign in to comment.