Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dead links #63

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading