Skip to content

Commit

Permalink
updated policy edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 18, 2023
1 parent 55117ac commit e8a3d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const config = {
const policyId = docPath
.replace("policies/", "")
.replace(".md", "");
return `https://github.com/zuplo/docs/tree/main/policies/${policyId}`;
return `https://github.com/zuplo/docs/issues/new?assignees=&labels=&projects=&template=policies-doc.md&title=[Policy] ${policyId}`;
}
return `https://github.com/zuplo/docs/tree/main/docs/${docPath}`;
},
Expand Down

1 comment on commit e8a3d4c

@vercel
Copy link

@vercel vercel bot commented on e8a3d4c Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs.zuplopreview.net
docs-git-main.zuplopreview.net
docs.zuplo.site

Please sign in to comment.