We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a890056 commit 67c326eCopy full SHA for 67c326e
src/app/[locale]/(doc-session)/documentation/page.tsx
@@ -51,7 +51,7 @@ export default async function DocumentationPage({
51
<p className="text-black">{t("doc_py_text")}</p>
52
</Link>
53
<Link
54
- href="https://github.com/Multiform-Validator/java/blob/main/README.md"
+ href="https://multiform-validator.github.io/java/"
55
target="_blank"
56
className="mx-auto max-w-96 cursor-pointer rounded border-black bg-white p-4 shadow hover:scale-105 active:scale-100"
57
>
0 commit comments