Skip to content

Commit

Permalink
chore: Update link in DocumentationPage to java documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 19, 2024
1 parent a890056 commit 67c326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(doc-session)/documentation/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default async function DocumentationPage({
<p className="text-black">{t("doc_py_text")}</p>
</Link>
<Link
href="https://github.com/Multiform-Validator/java/blob/main/README.md"
href="https://multiform-validator.github.io/java/"
target="_blank"
className="mx-auto max-w-96 cursor-pointer rounded border-black bg-white p-4 shadow hover:scale-105 active:scale-100"
>
Expand Down

0 comments on commit 67c326e

Please sign in to comment.