diff --git a/docs/core/guide/faster-fiber.md b/docs/core/guide/faster-fiber.md index 9218a7278d7..d4c2df1b891 100644 --- a/docs/core/guide/faster-fiber.md +++ b/docs/core/guide/faster-fiber.md @@ -31,7 +31,7 @@ func main() { ### References -- [Set custom JSON encoder for client](../api/client.md#jsonencoder) -- [Set custom JSON decoder for client](../api/client.md#jsondecoder) +- [Set custom JSON encoder for client](../client/rest.md#setjsonmarshal) +- [Set custom JSON decoder for client](../client/rest.md#setjsonunmarshal) - [Set custom JSON encoder for application](../api/fiber.md#jsonencoder) - [Set custom JSON decoder for application](../api/fiber.md#jsondecoder) diff --git a/docs/core/whats_new.md b/docs/core/whats_new.md index b7b640fd922..fe193485045 100644 --- a/docs/core/whats_new.md +++ b/docs/core/whats_new.md @@ -224,7 +224,7 @@ DRAFT section ## 🌎 Client package The Gofiber client has been completely rebuilt. It includes numerous new features such as Cookiejar, request/response hooks, and more. -You can take a look to [client docs](./client/client.md) to see what's new with the client. +You can take a look to [client docs](./client/rest.md) to see what's new with the client. ## 📎 Binding