From 95b3daf3e8f9e9621d574ab95cddb05a5b272c69 Mon Sep 17 00:00:00 2001 From: Franck R Date: Thu, 27 Jan 2022 12:40:46 +1100 Subject: [PATCH] js-waku docs have a new location (#436) --- CHANGELOG.md | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ae36f410..ec57f7c955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Test: Upgrade nim-waku node to v0.7. -- Doc: Renamed "DappConnect" to "Waku Connect". +- Doc: Renamed "DappConnect" to "Waku Connect". +- Docs: API Docs are now available at https://js-waku.wakuconnect.dev/. ## [0.15.0] - 2022-01-17 @@ -64,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 not the ordering of messages with the page. ### Fixed -- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is available [online](https://status-im.github.io/js-waku/docs/). +- Docs: Ensure that `WakuStore`'s `QueryOptions` documentation is available [online](https://js-waku.wakuconnect.dev/). ## [0.13.1] - 2021-09-21 diff --git a/README.md b/README.md index 0173b9af65..2d003a8363 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A JavaScript implementation of the [Waku v2 protocol](https://rfc.vac.dev/spec/1 - [Quick start](https://docs.wakuconnect.dev/docs/quick_start/) - [Full documentation](https://docs.wakuconnect.dev/) -- [API documentation (`master` branch)](https://status-im.github.io/js-waku/docs/) +- [API documentation (`master` branch)](https://js-waku.wakuconnect.dev/) - [Waku Connect](https://wakuconnect.dev/) - [Waku](https://wakunetwork.com/) - [Vac](https://vac.dev/)