diff --git a/deliveries/polkadot_analytics_platform_m1.md b/deliveries/polkadot_analytics_platform_m1.md
index 4a6266b54..9e50c346b 100644
--- a/deliveries/polkadot_analytics_platform_m1.md
+++ b/deliveries/polkadot_analytics_platform_m1.md
@@ -16,7 +16,7 @@ Project Repository: https://github.com/mobr-ai/PolkadotAnalytics
| Number | Deliverable | Link | Notes |
| ------------- | ------------- | ------------- |------------- |
| **0a.** | Copyright and Licenses | [Apache License](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/LICENSE) | Apache 2.0 |
-| **0b.** | Documentation/Tutorial | [POnto documentation](https://www.mobr.ai/ponto)
[PAP endpoints](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml)
[source code documentation](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml) | Online documentation of the new version of the POnto Ontology
PAP swagger Documentation
PAP source code documentation.
Refer to the README file on our repository to details about how to access the platform swagger endpoint. |
+| **0b.** | Documentation/Tutorial | [POnto documentation](https://www.mobr.ai/ponto)
[PAP endpoints](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/pap/swagger.yml)
[source code documentation](https://github.com/mobr-ai/PolkadotAnalytics/tree/main/docs/pap) | Online documentation of the new version of the POnto Ontology
PAP swagger Documentation
PAP source code documentation.
Refer to the README file on our repository to details about how to access the platform swagger endpoint. |
| **0c.** | Testing and Testing Guide | [Tests](https://github.com/mobr-ai/PolkadotAnalytics/tree/main/pap/tests)
[How to test](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/README.md)
[KB query guide](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/docs/kb_guide.ipynb)| PAP tests
How to run the tests
Querying the KB API: a guide on how to query and test the KB.
The README file includes details on how to run the platform as well as how to execute all of its tests |
| **0d.** | Docker | [Dockerfile](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/Dockerfile)
[docker-compose](https://github.com/mobr-ai/PolkadotAnalytics/blob/main/docker-compose.yml) | Docker image for the KB Bootstrap. |
| **0e.** | Article | [Medium post draft](https://medium.com/@mobrsys/building-the-foundation-the-first-stage-of-the-polkadot-analytics-platform-6e9fa6fdbf33) | Medium post about the proposed platform roadmap and what we achieved so far. |
@@ -24,4 +24,4 @@ Project Repository: https://github.com/mobr-ai/PolkadotAnalytics
| **2.** | KB Bootstrap | [PAP](https://github.com/mobr-ai/PolkadotAnalytics) | Python code with KB endpoints that interact with Jena triplestore database through fuseki-server. Implementation of an initial API to handle knowledge representation. Along with, functionalities to inject the knowledge representation required to bootstrap the KB. |
**Additional Information**
-> This is only the first stage in the roadmap to build the platform, which comprises a subset of the platform components
\ No newline at end of file
+> This is only the first stage in the roadmap to build the platform, which comprises a subset of the platform components