Skip to content

Commit fd91a4c

Browse files
committed
fix(images): Replace imgur.com image references with locally served images
1 parent 6b05540 commit fd91a4c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed
139 KB
Loading
145 KB
Loading
145 KB
Loading
42.5 KB
Loading
129 KB
Loading

src/content/docs/build/sdks/dotnet-sdk/dotnet-examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Aptos .NET SDK provides a number of examples to help you get started with th
5050
When running the examples, you will be prompted to select an example. You can select the example by
5151
entering the number of the example you want to run or navigating with the arrow keys.
5252

53-
![examples-demonstration](https://i.imgur.com/YS140Zb.png)
53+
![examples-demonstration](~/images/dotnet-examples/select-example.png)
5454
</Steps>
5555

5656
## Additional Resources

src/content/docs/build/sdks/dotnet-sdk/godot-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ you will need to add the Aptos SDK into your Godot project's `.csproj` file.
2929
<br />
3030

3131
<div className="border dark:border-white/30 w-fit rounded-md overflow-clip shadow-md max-w-lg">
32-
![Open in File Manager](https://i.imgur.com/evxv8mY.png)
32+
![Open in File Manager](~/images/dotnet-sdk/open-in-file-manager.png)
3333
</div>
3434

3535
2. Add the Aptos NuGet package

src/content/docs/build/sdks/ts-sdk/account/account-abstraction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const abstractedAccount = new AbstractedAccount({
269269
To verify that you have successfully sign and submitted the transaction using the abstracted account, you can use the explorer to check the transaction. If the
270270
transaction signature contains a `function_info` and `auth_data` field, it means you successfully used account abstraction! The full E2E demo can be found [here](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/examples/typescript/public_key_authenticator_account_abstraction.ts).
271271

272-
![Transaction Signature](https://i.imgur.com/HZylFnc.png)
272+
![Transaction Signature](~/images/account-abstraction/minimal-guide-transaction-signature.png)
273273
</Steps>
274274

275275
## Complex Step-by-Step Guide
@@ -619,7 +619,7 @@ In this example, we will create an authenticator that allows users to permit cer
619619
To verify that you have successfully sign and submitted the transaction using the abstracted account, you can use the explorer to check the transaction. If the
620620
transaction signature contains a `function_info` and `auth_data` field, it means you successfully used account abstraction! The full E2E demo can be found [here](https://github.com/aptos-labs/aptos-ts-sdk/blob/main/examples/typescript/public_key_authenticator_account_abstraction.ts)
621621

622-
![Transaction Signature](https://i.imgur.com/3U40YSb.png)
622+
![Transaction Signature](~/images/account-abstraction/complex-guide-transaction-signature.png)
623623
</Steps>
624624

625625
## Management Operations
@@ -644,4 +644,4 @@ and to enable it, if it is not enabled.
644644

645645
Below is a diagram of the UX flow for enabling account abstraction.
646646

647-
![Account Abstraction UX](https://i.imgur.com/1xcrFjG.png)
647+
![Account Abstraction UX](~/images/account-abstraction/account-abstraction-ux.png)

src/content/docs/es/build/sdks/dotnet-sdk/dotnet-examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositorio [aptos-labs/aptos-dotnet-sdk](https://github.com/aptos-labs/aptos-do
4646
Al ejecutar los ejemplos, se te pedirá que selecciones un ejemplo. Puedes seleccionar el ejemplo
4747
ingresando el número del ejemplo que quieres ejecutar o navegando con las teclas de flecha.
4848

49-
![examples-demonstration](https://i.imgur.com/YS140Zb.png)
49+
![examples-demonstration](~/images/dotnet-examples/select-example.png)
5050
</Steps>
5151

5252
## Recursos Adicionales

src/content/docs/es/build/sdks/dotnet-sdk/godot-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ necesitarás agregar el SDK de Aptos al archivo `.csproj` de tu proyecto Godot.
2828
<br />
2929

3030
<div className="border dark:border-white/30 w-fit rounded-md overflow-clip shadow-md max-w-lg">
31-
![Abrir en File Manager](https://i.imgur.com/evxv8mY.png)
31+
![Abrir en File Manager](~/images/dotnet-sdk/open-in-file-manager.png)
3232
</div>
3333

3434
2. Agregar el paquete NuGet de Aptos

0 commit comments

Comments
 (0)