Skip to content

Commit 5686dc0

Browse files
committed
Add missing slash which was causing a 404 in the Ja version
1 parent 89186a2 commit 5686dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default function XrplOverview() {
164164
</a>
165165
)}
166166
<div className="text-center d-lg-none">
167-
<Link className="btn btn-primary btn-arrow mt-5 mb-4" to="docs">
167+
<Link className="btn btn-primary btn-arrow mt-5 mb-4" to="/docs">
168168
{translate("Read Technical Docs")}
169169
</Link>{" "}
170170
<a

0 commit comments

Comments
 (0)