Skip to content

Commit 3456b15

Browse files
authored
Fix Broken Link in docusaurus.config.js
Fixed a broken `editUrl` link in the `docusaurus.config.js` file. The updated URL now correctly leads to the intended directory on GitHub
1 parent 762e1ea commit 3456b15

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)