Skip to content

Commit 2da40d2

Browse files
authored
Merge pull request #704 from argen666/patch-2
Fix Broken Link in docusaurus.config.js
2 parents 6cb406b + 3456b15 commit 2da40d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const config = {
5353
// Remove this to remove the "edit this page" links.
5454
path: 'docs-build',
5555
editUrl:
56-
"https://github.com/guardrails-ai/guardrails/tree/main/packages/create-docusaurus/templates/shared/",
56+
"https://github.com/guardrails-ai/guardrails/tree/main/",
5757
},
5858
},
5959
]],

0 commit comments

Comments
 (0)