File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,11 @@ function GenerateToken() {
140
140
</ button >
141
141
< button
142
142
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
+ }
144
148
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"
145
149
>
146
150
View Docs
Original file line number Diff line number Diff line change @@ -122,7 +122,11 @@ function Webhook() {
122
122
</ button >
123
123
< button
124
124
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
+ }
126
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"
127
131
>
128
132
View Docs
You can’t perform that action at this time.
0 commit comments