diff --git a/README.md b/README.md
index 0a9dbdf7..ed33792b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Official TypeScript implementation of the Fluence Peer.
## Getting started
-To start developing applications with Fluence JS refer to the official [documentation](https://doc.fluence.dev/docs/js-sdk)
+To start developing applications with Fluence JS refer to the official [documentation](https://fluence.dev/docs/build/fluence-js/)
## Contributing
diff --git a/docs/index.html b/docs/index.html
index 3febec9b..f585759a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
Fluence JS
-
To start developing applications with Fluence JS refer to the official documentation
+To start developing applications with Fluence JS refer to the official documentation
Fluence JS is an implementation of the Fluence protocol for JavaScript-based environments. It can connect browsers, Node.js applications, and so on to the Fluence p2p network.
Similar to the Rust Fluence Peer implementation it includes:
Fluence JS can call services and functions on the Fluence network, and expose new APIs to the p2p network directly from TypeScript and JavaScript. -Aqua language uses Fluence JS as a compilation target, and they are designed to work in tandem.
+Aqua language uses Fluence JS as a compilation target, and they are designed to work in tandem.Fluence JS can be used with any framework of your choice (or even without frameworks).
Generated using TypeDoc