Skip to content

Commit 058ceab

Browse files
authored
fix edit link (#503)
1 parent e4b8780 commit 058ceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/_layouts/shared-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default async function SharedLayout({
105105
)}
106106
<Layout
107107
copyPageButton={true}
108-
docsRepositoryBase="https://github.com/ArcadeAI/docs"
108+
docsRepositoryBase="https://github.com/ArcadeAI/docs/tree/main/"
109109
editLink={dictionary.editPage}
110110
footer={
111111
<NextraFooter>

0 commit comments

Comments
 (0)