Skip to content

Commit

Permalink
Merge pull request #63 from OpenCerts/chore/update-oa-links
Browse files Browse the repository at this point in the history
chore: update dead links
  • Loading branch information
yapyuyou authored Apr 5, 2024
2 parents 10f07cf + a0472e7 commit e2ebd15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/guides/deploy-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const stepComplete: ShepherdOptionsWithType = {
<p>You have successfully created your document store, the new document store address will be auto populated.</p>
<p>You can begin to issue or revoke documents using the new document store.</p>
<p>For more information on document store, Please visit
<a href="https://www.openattestation.com/docs/verifiable-document/document-store" class="text-blue-900 underline" target="_blank">
<a href="https://www.openattestation.com/docs/ethereum-section/document-store" class="text-blue-900 underline" target="_blank">
OpenAttestation Document
</a>
</p>`,
Expand Down
2 changes: 1 addition & 1 deletion src/components/guides/issue-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const stepComplete: ShepherdOptionsWithType = {
text: `
<p>You have successfully issued your document</p>
<p>For more information on issuing documents, Please visit
<a href="https://www.openattestation.com/docs/verifiable-document/issuing-document" class="text-blue-900 underline" target="_blank">
<a href="https://www.openattestation.com/docs/ethereum-section/issue-document" class="text-blue-900 underline" target="_blank">
OpenAttestation Documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/guides/revoke-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const stepComplete: ShepherdOptionsWithType = {
text: `
<p>You have successfully revoked your document</p>
<p>For more information on revoking documents, Please visit
<a href="https://www.openattestation.com/docs/verifiable-document/revoking-document" class="text-blue-900 underline" target="_blank">
<a href="https://www.openattestation.com/docs/ethereum-section/revoke-document-eth/revoke-eth" class="text-blue-900 underline" target="_blank">
OpenAttestation Documentation.
</a>
</p>
Expand Down

0 comments on commit e2ebd15

Please sign in to comment.