Skip to content

Commit 634dbad

Browse files
fix: update documentation links to point to the new references (#137)
1 parent 8a1d6d9 commit 634dbad

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Screenshot](screenshot.png)
44

5-
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
5+
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
66

77
## Main libraries
88

src/modules/myData/protectedData/GrantAccessModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default function GrantAccessModal({
224224
<DocLink className="bg-grey-600 border-grey-500">
225225
dataprotector-sdk / Method called:{' '}
226226
<a
227-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/grantAccess"
227+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/grantAccess"
228228
target="_blank"
229229
rel="noreferrer"
230230
className="text-primary whitespace-pre hover:underline"

src/views/contact/contactList.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default function ContactList() {
178178
<DocLink>
179179
web3mail / Method called:{' '}
180180
<a
181-
href="https://tools.docs.iex.ec/tools/web3mail/methods/fetchMyContacts"
181+
href="https://docs.iex.ec/references/web3mail/methods/fetchMyContacts"
182182
target="_blank"
183183
rel="noreferrer"
184184
className="text-primary whitespace-pre hover:underline"
@@ -194,7 +194,7 @@ export default function ContactList() {
194194
<DocLink>
195195
web3telegram / Method called:{' '}
196196
<a
197-
href="https://tools.docs.iex.ec/tools/web3telegram/methods/fetchMyContacts"
197+
href="https://docs.iex.ec/references/web3telegram/methods/fetchMyContacts"
198198
target="_blank"
199199
rel="noreferrer"
200200
className="text-primary whitespace-pre hover:underline"
@@ -206,7 +206,7 @@ export default function ContactList() {
206206
<DocLink>
207207
dataprotector-sdk / Method called:{' '}
208208
<a
209-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
209+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
210210
target="_blank"
211211
rel="noreferrer"
212212
className="text-primary whitespace-pre hover:underline"
@@ -222,7 +222,7 @@ export default function ContactList() {
222222
<DocLink>
223223
dataprotector-sdk / Method called:{' '}
224224
<a
225-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getGrantedAccess"
225+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getGrantedAccess"
226226
target="_blank"
227227
rel="noreferrer"
228228
className="text-primary whitespace-pre hover:underline"

src/views/contact/sendMessage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default function SendMessage() {
281281
<DocLink>
282282
dataprotector-sdk / Method called:{' '}
283283
<a
284-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
284+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
285285
target="_blank"
286286
rel="noreferrer"
287287
className="text-primary whitespace-pre hover:underline"
@@ -298,7 +298,7 @@ export default function SendMessage() {
298298
<DocLink>
299299
web3mail / Method called:{' '}
300300
<a
301-
href="https://tools.docs.iex.ec/tools/web3mail/methods/sendEmail"
301+
href="https://docs.iex.ec/references/web3mail/methods/sendEmail"
302302
target="_blank"
303303
rel="noreferrer"
304304
className="text-primary whitespace-pre hover:underline"
@@ -329,7 +329,7 @@ export default function SendMessage() {
329329
<DocLink>
330330
web3telegram / Method called:{' '}
331331
<a
332-
href="https://tools.docs.iex.ec/tools/web3telegram/methods/sendTelegram"
332+
href="https://docs.iex.ec/references/web3telegram/methods/sendTelegram"
333333
target="_blank"
334334
rel="noreferrer"
335335
className="text-primary whitespace-pre hover:underline"

src/views/myData/addProtectedData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export default function AddProtectedData() {
368368
<DocLink>
369369
dataprotector-sdk / Method called:{' '}
370370
<a
371-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
371+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
372372
target="_blank"
373373
rel="noreferrer"
374374
className="text-primary whitespace-pre hover:underline"

src/views/myData/protectedData.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export default function ProtectedData() {
205205
<DocLink>
206206
dataprotector-sdk / Method called:{' '}
207207
<a
208-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
208+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
209209
target="_blank"
210210
rel="noreferrer"
211211
className="text-primary whitespace-pre hover:underline"
@@ -223,7 +223,7 @@ export default function ProtectedData() {
223223
<DocLink>
224224
dataprotector-sdk / Method called:{' '}
225225
<a
226-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getGrantedAccess"
226+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getGrantedAccess"
227227
target="_blank"
228228
rel="noreferrer"
229229
className="text-primary whitespace-pre hover:underline"
@@ -239,7 +239,7 @@ export default function ProtectedData() {
239239
<DocLink>
240240
dataprotector-sdk / Method called:{' '}
241241
<a
242-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/revokeOneAccess"
242+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/revokeOneAccess"
243243
target="_blank"
244244
rel="noreferrer"
245245
className="text-primary whitespace-pre hover:underline"

src/views/myData/protectedDataList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default function ProtectedDataList() {
277277
<DocLink>
278278
dataprotector-sdk / Method called:{' '}
279279
<a
280-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/getProtectedData"
280+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/getProtectedData"
281281
target="_blank"
282282
rel="noreferrer"
283283
className="text-primary whitespace-pre hover:underline"

src/views/resources/steps.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const steps = [
1111
<DocLink className="w-full" forceActive={true}>
1212
dataprotector-sdk / Method called:{' '}
1313
<a
14-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
14+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
1515
target="_blank"
1616
rel="noreferrer"
1717
className="text-primary whitespace-pre hover:underline"
@@ -37,7 +37,7 @@ export const steps = [
3737
<DocLink className="w-full" forceActive={true}>
3838
dataprotector-sdk / Method called:{' '}
3939
<a
40-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/protectData"
40+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/protectData"
4141
target="_blank"
4242
rel="noreferrer"
4343
className="text-primary whitespace-pre hover:underline"
@@ -67,7 +67,7 @@ export const steps = [
6767
<DocLink forceActive={true}>
6868
dataprotector-sdk / Method called:{' '}
6969
<a
70-
href="https://tools.docs.iex.ec/tools/dataProtector/dataProtectorCore/grantAccess"
70+
href="https://docs.iex.ec/references/dataProtector/dataProtectorCore/grantAccess"
7171
target="_blank"
7272
rel="noreferrer"
7373
className="text-primary whitespace-pre hover:underline"
@@ -100,7 +100,7 @@ export const steps = [
100100
<DocLink forceActive={true}>
101101
web3telegram / Method called:{' '}
102102
<a
103-
href="https://tools.docs.iex.ec/tools/web3telegram/methods/sendTelegram"
103+
href="https://docs.iex.ec/references/web3telegram/methods/sendTelegram"
104104
target="_blank"
105105
rel="noreferrer"
106106
className="text-primary whitespace-pre hover:underline"
@@ -123,7 +123,7 @@ export const steps = [
123123
<DocLink forceActive={true}>
124124
web3mail / Method called:{' '}
125125
<a
126-
href="https://tools.docs.iex.ec/tools/web3mail/methods/sendEmail"
126+
href="https://docs.iex.ec/references/web3mail/methods/sendEmail"
127127
target="_blank"
128128
rel="noreferrer"
129129
className="text-primary whitespace-pre hover:underline"

0 commit comments

Comments
 (0)