We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85dac65 commit 1250719Copy full SHA for 1250719
apps/OpenSign/src/routes/Webhook.js
@@ -124,7 +124,7 @@ function Webhook() {
124
type="button"
125
onClick={() =>
126
openInNewTab(
127
- "https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
+ "https://docs.opensignlabs.com/docs/API-docs/save-update-webhook"
128
)
129
}
130
className="rounded hover:bg-[#15b4e9] border-[1px] border-[#15b4e9] text-[#15b4e9] hover:text-white px-11 py-2 text-xs md:text-base focus:outline-none"
0 commit comments