From f0b5ae535c57ca536c235c5fd18586793db49302 Mon Sep 17 00:00:00 2001 From: Tatsinnit Date: Tue, 11 Feb 2025 05:13:23 +1300 Subject: [PATCH] fix: captures document link not working. (#1327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description Hiya, while doing #1326, I've noticed that the document link is not working. this PR is made with an intent to fix that. You can see working `Captures` here - * https://github.com/Tatsinnit/retina/tree/fix/doclink?tab=readme-ov-file whereas the main repo has broken link for `captueres` which goes to page not found. ## Checklist - [x] I have read the [contributing documentation](https://retina.sh/docs/contributing). - [x] I signed and signed-off the commits (`git commit -S -s ...`). See [this documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on signing commits. - [x] I have correctly attributed the author(s) of the code. - [x] I have tested the changes locally. - [x] I have followed the project's style guidelines. - [x] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Screenshot: Screenshot 2025-02-10 at 8 38 19 AM --- Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more information on how to contribute to this project. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a1079e17..9cc72dc36b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ See [retina.sh](http://retina.sh) for documentation and examples. Retina has two major features: - [Metrics](https://retina.sh/docs/metrics/modes) -- [Captures](https://retina.sh/docs/captures) +- [Captures](https://retina.sh/docs/captures/overview) ### Metrics Quick Install Guide