Skip to content

Commit

Permalink
docs: Use local references to repo-internal files and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Jun 22, 2024
1 parent 85637ce commit beb4504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ LatenSee uses GitHub to manage reviews of pull requests.

- If you have a trivial fix or improvement, go ahead and create a pull request,
addressing (with `@...`) the maintainer of this repository (see
[MAINTAINERS.md](MAINTAINERS.md)) in the description of the pull request.
[MAINTAINERS.md](./MAINTAINERS.md)) in the description of the pull request.

- If you plan to do something more involved, first discuss your ideas
on our [discord](https://loopholelabs.io/discord).
on our [Discord](https://loopholelabs.io/discord).
This will avoid unnecessary work and surely give you and us a good deal
of inspiration.

Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Redis/Valkey latency visualizer.

## Overview

LatenSee is A Redis/Valkey latency visualization tool.
LatenSee is a Redis/Valkey latency visualization tool.

It enables you to:
It enables you to ...

- **Visualize latency in real-time**: By providing a [hydrapp](https://github.com/pojntfx/hydrapp/)-based UI, it is able give insights into your Redis/Valkey server's latency as the test is running.
- **Monitor jitter and latency over a long period of time**: By giving you the option of pausing and resuming tests and providing various configuration options, LatenSee can be used to gather detailed long-term metrics.
Expand Down Expand Up @@ -56,7 +56,7 @@ All arguments passed to the binary will be forwarded to the browser used to disp

## Contributing

Bug reports and pull requests are welcome on GitHub at [https://github.com/loopholelabs/latensee][gitrepo]. For more contribution information check out [the contribution guide](./CONTRIBUTING.md).
Bug reports and pull requests are welcome on GitHub at [https://github.com/loopholelabs/latensee](https://github.com/loopholelabs/latensee). For more contribution information check out [the contribution guide](./CONTRIBUTING.md).

## License

Expand All @@ -68,8 +68,4 @@ Everyone interacting in the LatenSee project's codebases, issue trackers, chat r

## Project Managed By:

[![https://loopholelabs.io][loopholelabs]](https://loopholelabs.io)

[gitrepo]: https://github.com/loopholelabs/latensee
[loopholelabs]: https://cdn.loopholelabs.io/loopholelabs/LoopholeLabsLogo.svg
[loophomepage]: https://loopholelabs.io
[![https://loopholelabs.io](https://cdn.loopholelabs.io/loopholelabs/LoopholeLabsLogo.svg)](https://loopholelabs.io)

0 comments on commit beb4504

Please sign in to comment.