Skip to content

Commit d64aa07

Browse files
tannaya7Abhijeet2409
authored andcommitted
docs: fix broken markdown links and add lychee config (hiero-ledger#2114)
Signed-off-by: tannaya7 <tannayasupriya157@gmail.com>
1 parent a830f5d commit d64aa07

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

docs/sdk_developers/training/network_and_client.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,10 @@ The Network and Client are separate but interdependent:
373373
2. **Client provides WHO and HOW**: The Client specifies who you are (operator credentials) and manages the actual communication
374374
3. **Together they enable communication**: The combination allows your application to securely interact with the Hedera blockchain
375375

376-
## -### Example: Complete Setup
377-
378-
-```python
379-
+### Example: Complete Setup
376+
### Example: Complete Setup
380377

381378
```python
379+
382380
from hiero_sdk_python.client.network import Network
383381
from hiero_sdk_python.client.client import Client
384382
from hiero_sdk_python.account.account_id import AccountId

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,16 @@ skip-magic-trailing-comma = false
152152

153153
[tool.ruff.lint.pydocstyle]
154154
convention = "google"
155+
156+
[tool.lychee]
157+
exclude = [
158+
"github.com/owner/repo",
159+
"github.com/YOUR_",
160+
"testnet.mirrornode.hedera.com/api/v1/transactions/0.0.123",
161+
"localhost",
162+
"github.com/user-attachments/assets/",
163+
]
164+
165+
timeout = 20
166+
retry_wait_time = 2
167+
max_retries = 3

0 commit comments

Comments
 (0)