Skip to content

Commit

Permalink
Add docs from gofiber/fiber@bf62cef
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 13, 2024
1 parent 9daeca1 commit 86f0cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/core/guide/faster-fiber.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/core/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86f0cab

Please sign in to comment.