Skip to content

Commit

Permalink
docs(README): update HTTP REST API reference link
Browse files Browse the repository at this point in the history
Fix the missing file extension in the HTTP REST API documentation link
  • Loading branch information
weyoss committed Feb 5, 2025
1 parent 67f8a21 commit 9e20a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To help you get up and running with RedisSMQ, we’ve organized essential resour
- **[Performance](performance.md)**: Learn about the performance of RedisSMQ.
- **[RedisSMQ Architecture](redis-smq-architecture.md)**: Gain insights into the architectural design of RedisSMQ.
- **[Logs](https://github.com/weyoss/redis-smq-common/blob/master/docs/README.md#logs)**: Learn how to access and utilize logs for monitoring and debugging.
- **[HTTP REST API](redis-smq-rest-api)**: Access the HTTP API for integrating RedisSMQ with other applications.
- **[HTTP REST API](redis-smq-rest-api.md)**: Access the HTTP API for integrating RedisSMQ with other applications.
- **[Web UI](redis-smq-web-ui.md)**: Explore the web interface for easy management of RedisSMQ.
- **[ESM & CJS Modules](esm-cjs-modules.md)**: Find out how to work with ECMAScript Modules and CommonJS modules.

Expand Down

0 comments on commit 9e20a6c

Please sign in to comment.