From 281255b54513c617fb1a5481c8bdda8c831d2072 Mon Sep 17 00:00:00 2001
From: Piotr Roslaniec
Date: Tue, 9 Jan 2024 19:24:49 +0100
Subject: [PATCH] fix missing links in docs
---
docs/integration.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/integration.md b/docs/integration.md
index 8d93cab..1fd164b 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -114,6 +114,10 @@ if the API call failed.
[azero-wallet-adapter]: https://www.npmjs.com/package/azero-wallet-adapter
+[azero-wallet-snap]: https://www.npmjs.com/package/azero-wallet-snap
+
+[azero-wallet-types]: https://www.npmjs.com/package/azero-wallet-types
+
[example app]: https://github.com/bide-dev/azero-wallet/tree/main/examples/site
[payload generating example]: https://github.com/bide-dev/azero-wallet/blob/113a9f2b1085c579d31167f79ba1dce2c6a17ef7/examples/site/src/utils/polkadot.ts#L10-L10