Skip to content
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Screenshot](screenshot.png)

This project is mainly used as a demo of what can be accomplished with iExec [web3mail](https://tools.docs.iex.ec/tools/web3mail) and [web3telegram](https://tools.docs.iex.ec/tools/web3telegram) SDK
This project is mainly used as a demo of what can be accomplished with iExec [web3mail](https://docs.iex.ec/references/web3mail) and [web3telegram](https://docs.iex.ec/references/web3telegram) SDK

## Main libraries

Expand Down
2 changes: 1 addition & 1 deletion src/modules/myData/protectedData/GrantAccessModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function GrantAccessModal({
<DocLink className="bg-grey-600 border-grey-500">
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/grantAccess"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/grantAccess"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
8 changes: 4 additions & 4 deletions src/views/contact/contactList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default function ContactList() {
<DocLink>
web3mail / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3mail/methods/fetchMyContacts"
href="https://docs.iex.ec/references/web3mail/methods/fetchMyContacts"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -194,7 +194,7 @@ export default function ContactList() {
<DocLink>
web3telegram / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3telegram/methods/fetchMyContacts"
href="https://docs.iex.ec/references/web3telegram/methods/fetchMyContacts"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -206,7 +206,7 @@ export default function ContactList() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -222,7 +222,7 @@ export default function ContactList() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getGrantedAccess"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getGrantedAccess"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
6 changes: 3 additions & 3 deletions src/views/contact/sendMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default function SendMessage() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -298,7 +298,7 @@ export default function SendMessage() {
<DocLink>
web3mail / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3mail/methods/sendEmail"
href="https://docs.iex.ec/references/web3mail/methods/sendEmail"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down Expand Up @@ -329,7 +329,7 @@ export default function SendMessage() {
<DocLink>
web3telegram / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3telegram/methods/sendTelegram"
href="https://docs.iex.ec/references/web3telegram/methods/sendTelegram"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion src/views/myData/addProtectedData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export default function AddProtectedData() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
6 changes: 3 additions & 3 deletions src/views/myData/protectedData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export default function ProtectedData() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -223,7 +223,7 @@ export default function ProtectedData() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getGrantedAccess"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getGrantedAccess"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -239,7 +239,7 @@ export default function ProtectedData() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/revokeOneAccess"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/revokeOneAccess"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
2 changes: 1 addition & 1 deletion src/views/myData/protectedDataList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default function ProtectedDataList() {
<DocLink>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down
10 changes: 5 additions & 5 deletions src/views/resources/steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const steps = [
<DocLink className="w-full" forceActive={true}>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -37,7 +37,7 @@ export const steps = [
<DocLink className="w-full" forceActive={true}>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down Expand Up @@ -67,7 +67,7 @@ export const steps = [
<DocLink forceActive={true}>
dataprotector-sdk / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/grantAccess"
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/grantAccess"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down Expand Up @@ -100,7 +100,7 @@ export const steps = [
<DocLink forceActive={true}>
web3telegram / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3telegram/methods/sendTelegram"
href="https://docs.iex.ec/references/web3telegram/methods/sendTelegram"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand All @@ -123,7 +123,7 @@ export const steps = [
<DocLink forceActive={true}>
web3mail / Method called:{' '}
<a
href="https://tools.docs.iex.ec/tools/web3mail/methods/sendEmail"
href="https://docs.iex.ec/references/web3mail/methods/sendEmail"
target="_blank"
rel="noreferrer"
className="text-primary whitespace-pre hover:underline"
Expand Down