Skip to content

Commit 00e9396

Browse files
change API doc url in webhook and API token in menu
1 parent bbedb13 commit 00e9396

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

apps/OpenSign/src/routes/GenerateToken.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ function GenerateToken() {
140140
</button>
141141
<button
142142
type="button"
143-
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
143+
onClick={() =>
144+
openInNewTab(
145+
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
146+
)
147+
}
144148
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"
145149
>
146150
View Docs

apps/OpenSign/src/routes/Webhook.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,11 @@ function Webhook() {
122122
</button>
123123
<button
124124
type="button"
125-
onClick={() => openInNewTab("https://docs.opensignlabs.com")}
125+
onClick={() =>
126+
openInNewTab(
127+
"https://docs.opensignlabs.com/docs/API-docs/opensign-api-v-1"
128+
)
129+
}
126130
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"
127131
>
128132
View Docs

0 commit comments

Comments
 (0)