diff --git a/docs/connect-to-fluent.md b/docs/connect-to-fluent.md
index 40d5347..8aeb9aa 100644
--- a/docs/connect-to-fluent.md
+++ b/docs/connect-to-fluent.md
@@ -11,15 +11,7 @@ Devnet (Fluent Developer Preview) will also remain available to developers with
## Quickstart Wallet Connect
-To quickly integrate Fluent with your wallet:
-
-### Testnet
-
-visit the [Fluent Testnet Portal](https://testnet.gblend.xyz) and add network info:
-
-### DevNet
-
-visit the [Fluent DevNet Portal](http://devnet.fluent.xyz/) and add network info:
+To quickly integrate Fluent with your wallet, visit the [Fluent Developer Portal](https://testnet.fluent.xyz/dev-portal) and add network info:

@@ -37,7 +29,7 @@ Or add manually with the network info you find below.
-
+
Fluent Dev Portal
Add network info to your wallet from Fluent dev portal.
@@ -50,7 +42,7 @@ Or add manually with the network info you find below.
Chainlist
Add network info to your wallet directly from Chainlist.
-
+
Fluent Dev Portal
Add network info to your wallet from Fluent dev portal.
@@ -75,7 +67,7 @@ The Fluent Testnet is more stable than Devnet, but it is still under active deve
### Network Resources
@@ -98,7 +90,7 @@ The Fluent Devnet is experimental and may be reset at any time to apply upgrades
### Network Resources
diff --git a/docs/fluentbase-sdk/client.md b/docs/fluentbase-sdk/client.md
index 76f878c..ed36b76 100644
--- a/docs/fluentbase-sdk/client.md
+++ b/docs/fluentbase-sdk/client.md
@@ -7,7 +7,7 @@ Client Generation
The client generation system creates type-safe client code for interacting with Fluentbase smart contracts. It automatically generates client structs and methods from trait definitions, handling parameter encoding, contract calls, and result decoding. This enables seamless interaction with deployed contracts while maintaining type safety and consistency with the contract interface.
-:::prequisite
+:::prerequisite
This documentation assumes you've already built contracts using the [Router System](./router.md). Clients are generated from trait definitions that match your contract's router interface.
:::
@@ -170,7 +170,7 @@ impl TokenInterfaceClient {
### Complex Data Types
-The client system handles complex types automatically when they implement the `Codec` trait (see [Codec documentation](./codec.md#when-you-need-custom-types)):
+The client system handles complex types automatically when they implement the `Codec` trait (see [Codec documentation](./codec.md)):
```rust
use fluentbase_sdk::codec::Codec;
diff --git a/docs/fluentbase-sdk/storage.md b/docs/fluentbase-sdk/storage.md
index f488628..e29e170 100644
--- a/docs/fluentbase-sdk/storage.md
+++ b/docs/fluentbase-sdk/storage.md
@@ -144,7 +144,7 @@ impl ArrayContract {
### 4. Complex Types (Structs)
-Custom types that implement the `Codec` trait can be stored. See the [Codec documentation](./codec.md#when-you-need-custom-types) for details on making types codec-compatible:
+Custom types that implement the `Codec` trait can be stored. See the [Codec documentation](./codec.md) for details on making types codec-compatible:
```rust
use fluentbase_sdk::{codec::Codec, derive::solidity_storage};
diff --git a/docs/get-started.md b/docs/get-started.md
index 6fc3a5e..088eed1 100644
--- a/docs/get-started.md
+++ b/docs/get-started.md
@@ -72,10 +72,10 @@ Get started in just a few commands with the [quick install](./gblend/installatio
## Why Developers Choose Fluent
-
+
**🚀 Write in Your Favorite Language**
Build with Solidity's ecosystem maturity, Rust's performance, or just blend it all in one app.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index a936738..4b3eac6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -117,7 +117,7 @@ module.exports = {
// className: 'navbar_item_button',
},
{
- href: "https://testnet.gblend.xyz/",
+ href: "https://testnet.fluent.xyz/dev-portal",
label: "Faucet",
position: "left",
// className: 'navbar_item_button',
diff --git a/static/img/add-wallet.png b/static/img/add-wallet.png
index a8700ab..2383e1d 100644
Binary files a/static/img/add-wallet.png and b/static/img/add-wallet.png differ
|