Skip to content

Commit

Permalink
fix: incorrect HREF for OpenWebServices
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 25, 2024
1 parent 8f5d4bf commit e1d4393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
of the OAuth2 protocol, SMTP mailers, and DNS servers. Written in
Go, Typescript (Next.js), and deployed on Google Kubernetes Engine.
</p>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">SOURCE</button>
<button onclick="location.href = 'https://github.com/ufosc/OpenWebServices';">SOURCE</button>
</div>
<div id="card2" class="card">
<h2>Bytes of Love</h2>
Expand Down

0 comments on commit e1d4393

Please sign in to comment.