Skip to content

Commit 4c9b703

Browse files
committed
fix: where to go next
1 parent 4a501cc commit 4c9b703

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

llms.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33328,13 +33328,13 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
3332833328

3332933329
<div class="grid cards" markdown>
3333033330

33331-
- <span class="badge tutorial">Tutorial</span> __Pallet Benchmarking__
33331+
- <span class="badge tutorial">Tutorial</span> __Add Pallets to the Runtime__
3333233332

3333333333
---
3333433334

33335-
Discover how to measure extrinsic costs and assign precise weights to optimize your pallet for accurate fees and runtime performance.
33335+
Learn how to add and integrate custom pallets in your Polkadot SDK-based blockchain
3333633336

33337-
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking/)
33337+
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime/)
3333833338

3333933339
</div>
3334033340
--- END CONTENT ---

tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ After running the test suite, you should see the following output in your termin
162162

163163
<div class="grid cards" markdown>
164164

165-
- <span class="badge tutorial">Tutorial</span> __Pallet Benchmarking__
165+
- <span class="badge tutorial">Tutorial</span> __Add Pallets to the Runtime__
166166

167167
---
168168

169-
Discover how to measure extrinsic costs and assign precise weights to optimize your pallet for accurate fees and runtime performance.
169+
Learn how to add and integrate custom pallets in your Polkadot SDK-based blockchain
170170

171-
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking/)
171+
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime/)
172172

173173
</div>

0 commit comments

Comments
 (0)