diff --git a/deliveries/delightfuldot_milestone_2.md b/deliveries/delightfuldot_milestone_2.md
index eccec3f04..feb4cdb42 100644
--- a/deliveries/delightfuldot_milestone_2.md
+++ b/deliveries/delightfuldot_milestone_2.md
@@ -13,7 +13,7 @@ Delivery branch: https://github.com/dedotdev/dedot/tree/w3f-delivery/m2
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| **0a.** | License | [Apache 2.0](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/LICENSE) | |
-| **0b.** | Documentation | - [README](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2)
- [Playground Sandbox](https://codesandbox.io/p/devbox/trydedot-th96cm?file=%2Fmain.ts%3A24%2C26) | |
+| **0b.** | Documentation | - [README](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2)
- [Playground Sandbox](https://codesandbox.io/p/devbox/trydedot-th96cm?file=%2Fmain.ts%3A24%2C26)
-[ Migration guide](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2?tab=readme-ov-file#migration-from-polkadotapi-to-dedot) | |
| **0c.** | Testing and Testing Guide | - [How to install & run the library](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2?tab=readme-ov-file#have-a-quick-taste)
- [Zombienet Tests](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2/zombienet-tests/src), [GH Action](https://github.com/dedotdev/dedot/actions/workflows/zombienet-tests.yml) | Run unit tests instructions:
1. Clone the [project](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2)
2. Run `yarn install`
3. Run `yarn test`
Run zombienet tests:
1. Install docker
2. Run `docker build -t dedot-zombienet --progress=plain --platform linux/amd64 --file=./zombienet-tests/Dockerfile --target=test .` |
| 1. | More core functionalities | - Transaction Apis ([TxExecutor](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/api/src/executor/TxExecutor.ts), [Extrinsic Codec](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/codecs/src/codecs/extrinsic/Extrinsic.ts), [Signed Extensions](https://github.com/dedotdev/dedot/tree/w3f-delivery/m2/packages/api/src/extrinsic/extensions))
- Runtime Apis ([Executor](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/api/src/executor/RuntimeApiExecutor.ts), [Runtime Api Specs](https://github.com/dedotdev/dedot/blob/w3f-delivery/m2/packages/specs/src/runtime/all.ts))
| |