Skip to content

Commit 2589ba2

Browse files
authored
April Semrush SEO Report (#560)
* update broken links * llms
1 parent 9b36f4c commit 2589ba2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

develop/toolkit/api-libraries/py-substrate-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install the library using `pip`:
2323
pip install substrate-interface
2424
```
2525

26-
For more installation details, see the [Installation](https://polkascan.github.io/py-substrate-interface/getting-started/installation/){target=\_blank} section in the official Python Substrate Interface documentation.
26+
For more installation details, see the [Installation](https://jamdottech.github.io/py-polkadot-sdk/getting-started/installation/){target=\_blank} section in the official Python Substrate Interface documentation.
2727

2828
## Get Started
2929

@@ -64,7 +64,7 @@ Here's how to create and submit a balance transfer:
6464
--8<-- 'code/develop/toolkit/api-libraries/py-substrate-interface/send_tx.py'
6565
```
6666

67-
The `keypair` object is essential for signing transactions. See the [Keypair](https://polkascan.github.io/py-substrate-interface/usage/keypair-creation-and-signing/){target=\_blank} documentation for more details.
67+
The `keypair` object is essential for signing transactions. See the [Keypair](https://jamdottech.github.io/py-polkadot-sdk/reference/keypair/){target=\_blank} documentation for more details.
6868

6969
## Where to Go Next
7070

@@ -74,4 +74,4 @@ Now that you understand the basics, you can:
7474
- Learn about batch transactions and utility functions
7575
- Discover how to work with custom pallets and types
7676

77-
For comprehensive reference materials and advanced features, see the [Python Substrate Interface](https://polkascan.github.io/py-substrate-interface/){target=\_blank} documentation.
77+
For comprehensive reference materials and advanced features, see the [Python Substrate Interface](https://jamdottech.github.io/py-polkadot-sdk/){target=\_blank} documentation.

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7497,7 +7497,7 @@ Install the library using `pip`:
74977497
pip install substrate-interface
74987498
```
74997499

7500-
For more installation details, see the [Installation](https://polkascan.github.io/py-substrate-interface/getting-started/installation/){target=\_blank} section in the official Python Substrate Interface documentation.
7500+
For more installation details, see the [Installation](https://jamdottech.github.io/py-polkadot-sdk/getting-started/installation/){target=\_blank} section in the official Python Substrate Interface documentation.
75017501

75027502
## Get Started
75037503

@@ -7601,7 +7601,7 @@ else:
76017601
print(f"Transaction failed: {receipt.error_message}")
76027602
```
76037603

7604-
The `keypair` object is essential for signing transactions. See the [Keypair](https://polkascan.github.io/py-substrate-interface/usage/keypair-creation-and-signing/){target=\_blank} documentation for more details.
7604+
The `keypair` object is essential for signing transactions. See the [Keypair](https://jamdottech.github.io/py-polkadot-sdk/reference/keypair/){target=\_blank} documentation for more details.
76057605

76067606
## Where to Go Next
76077607

@@ -7611,7 +7611,7 @@ Now that you understand the basics, you can:
76117611
- Learn about batch transactions and utility functions
76127612
- Discover how to work with custom pallets and types
76137613

7614-
For comprehensive reference materials and advanced features, see the [Python Substrate Interface](https://polkascan.github.io/py-substrate-interface/){target=\_blank} documentation.
7614+
For comprehensive reference materials and advanced features, see the [Python Substrate Interface](https://jamdottech.github.io/py-polkadot-sdk/){target=\_blank} documentation.
76157615
--- END CONTENT ---
76167616

76177617
Doc-Content: https://docs.polkadot.com/develop/toolkit/api-libraries/sidecar/

0 commit comments

Comments
 (0)