From cb0a934f31d33dd0caa1d90abf49d82617039de9 Mon Sep 17 00:00:00 2001 From: shamsartem Date: Wed, 26 Oct 2022 11:45:31 +0300 Subject: [PATCH] update links (#194) --- README.md | 2 +- docs/index.html | 4 ++-- packages/fluence-js/README.md | 2 +- typedoc.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 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

\ No newline at end of file diff --git a/packages/fluence-js/README.md b/packages/fluence-js/README.md index 94c25747..c1052b60 100644 --- a/packages/fluence-js/README.md +++ b/packages/fluence-js/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/typedoc.md b/typedoc.md index 1923578a..5916cd78 100644 --- a/typedoc.md +++ b/typedoc.md @@ -1,6 +1,6 @@ # Fluence JS -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/) 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. @@ -11,6 +11,6 @@ Similar to the [Rust Fluence Peer implementation](https://github.com/fluencelabs - Builtin services 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](https://github.com/fluencelabs/aqua) uses Fluence JS as a compilation target, and they are designed to [work in tandem](https://doc.fluence.dev/docs/js-sdk/3_in_depth#understanding-the-aqua-compiler-output). +[Aqua language](https://github.com/fluencelabs/aqua) uses Fluence JS as a compilation target, and they are designed to [work in tandem](https://fluence.dev/docs/build/fluence-js/in-depth#understanding-the-aqua-compiler-output). Fluence JS can be used with any framework of your choice \(or even without frameworks\).