From 3d117646a51fec2421fbcafcd8dafa421ec8a730 Mon Sep 17 00:00:00 2001 From: Ben Hovinga <23349127+benhovinga@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:12:57 -0230 Subject: [PATCH] chore(docs): fix broken links in CONTRIBUTING guide (#2038) * chore(docs): Fix broken links * docs: Update links in CONTRIBUTING --------- Co-authored-by: Bereket Engida --- CONTRIBUTING.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bd205c317..daf841ebbf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,13 +2,11 @@ Thanks for taking the time to improve Better Auth! This is a small document to get you started. -Please refer to the [getting-started documentation](https://better-auth.com/docs/contribute/getting-started) specific to contributing for more information. - ## Security Issues If you see any security issue we prefer you to disclose it via an email (security@better-auth.com). All reports will be promptly addressed, and you'll be credited accordingly. -Learn more about our [security issues documentation](https://better-auth.com/docs/contribute/security-issues). +Learn more in our [security documentation](/docs/reference/security). ## A Few Guidelines to keep in mind @@ -18,8 +16,6 @@ Learn more about our [security issues documentation](https://better-auth.com/doc ## Development -Read more about development in the [getting-started documentation](https://better-auth.com/docs/contribute/getting-started#development-setup). - 1. Fork the repo 2. clone your fork. 3. install node.js (preferable latest LTS). @@ -32,5 +28,3 @@ Read more about development in the [getting-started documentation](https://bette 10. implement your changes. ## Testing - -Read more about testing in the [testing guide](https://better-auth.com/docs/contribute/testing). \ No newline at end of file