We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e158c commit 21d05e8Copy full SHA for 21d05e8
src/routes/index.tsx
@@ -53,7 +53,7 @@ const Home: Component = () => {
53
<a href="https://github.com/oriionn/quecto" class="text-blue-500 hover:text-blue-400" target="_blank">Source
54
code</a>
55
<span>•</span>
56
- <a href="https://github.com/oriionn/quecto" class="text-blue-500 hover:text-blue-400"
+ <a href="https://quecto.oriondev.fr/docs" class="text-blue-500 hover:text-blue-400"
57
target="_blank">Documentation</a>
58
59
<span>Under license <a href="https://choosealicense.com/licenses/gpl-3.0/"
0 commit comments