From d58f011eb1675839a3bdf67dd1d244e10831f1ad Mon Sep 17 00:00:00 2001 From: Kevin Siswandi <4892798+Physicist91@users.noreply.github.com> Date: Tue, 12 Mar 2024 12:24:17 +0800 Subject: [PATCH] Fix broken link in CONTRIBUTING.md Problem: the link to Github Issues page on "Reporting Bugs" section is broken. Solution: Fix and add the link to https://github.com/aisingapore/sealion/issues --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b7e583..2ff3a20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ There are several ways you can contribute to SEA-LION: If you encounter any issues, bugs, or unexpected behavior while using SEA-LION, please help us by [reporting them](https://github.com/aisingapore/sealion/issues). To report a bug: -1. Check if the issue has already been reported by searching the [GitHub Issues](#) page. +1. Check if the issue has already been reported by searching the [GitHub Issues](https://github.com/aisingapore/sealion/issues) page. 2. If not, create a new issue with a descriptive title and detailed description of the problem you encountered. 3. Include relevant information such as your operating system, Python version, and any error messages.