Skip to content

Commit 67c326e

Browse files
committed
chore: Update link in DocumentationPage to java documentation
1 parent a890056 commit 67c326e

File tree

1 file changed

+1
-1
lines changed
  • src/app/[locale]/(doc-session)/documentation

1 file changed

+1
-1
lines changed

src/app/[locale]/(doc-session)/documentation/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default async function DocumentationPage({
5151
<p className="text-black">{t("doc_py_text")}</p>
5252
</Link>
5353
<Link
54-
href="https://github.com/Multiform-Validator/java/blob/main/README.md"
54+
href="https://multiform-validator.github.io/java/"
5555
target="_blank"
5656
className="mx-auto max-w-96 cursor-pointer rounded border-black bg-white p-4 shadow hover:scale-105 active:scale-100"
5757
>

0 commit comments

Comments
 (0)