diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
index 7d1238e45..3de7b2838 100644
--- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
+++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
@@ -27,7 +27,7 @@ Provide screenshots or logs that demonstrate the fix.
## Checklist
-- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
+- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The code follows the project's coding standards
- [ ] Tests have been added/updated
- [ ] Documentation has been updated (if necessary)
diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation_update.md b/.github/PULL_REQUEST_TEMPLATE/documentation_update.md
index c4a6e5b7b..b9d5b172c 100644
--- a/.github/PULL_REQUEST_TEMPLATE/documentation_update.md
+++ b/.github/PULL_REQUEST_TEMPLATE/documentation_update.md
@@ -15,7 +15,7 @@ Explain why these changes are necessary.
## Checklist
-- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
+- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] Documentation is clear and concise
- [ ] The changes align with the project's documentation standards
- [ ] The PR has been self-reviewed
diff --git a/.github/PULL_REQUEST_TEMPLATE/feature_addition.md b/.github/PULL_REQUEST_TEMPLATE/feature_addition.md
index 581e68785..7b542ba1b 100644
--- a/.github/PULL_REQUEST_TEMPLATE/feature_addition.md
+++ b/.github/PULL_REQUEST_TEMPLATE/feature_addition.md
@@ -23,7 +23,7 @@ Include visual representations of the new feature.
## Checklist
-- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
+- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The feature aligns with the project's roadmap
- [ ] Unit tests have been added
- [ ] Documentation has been updated
diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md
index fdbd09813..40f7dba0c 100644
--- a/.github/PULL_REQUEST_TEMPLATE/general.md
+++ b/.github/PULL_REQUEST_TEMPLATE/general.md
@@ -11,7 +11,7 @@ Provide an overview of the changes made.
## Checklist
-- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
+- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] The changes have been tested
- [ ] The code follows the project's coding standards
- [ ] Documentation has been updated (if necessary)
diff --git a/.github/PULL_REQUEST_TEMPLATE/refactor.md b/.github/PULL_REQUEST_TEMPLATE/refactor.md
index 75e80b933..95bae3a5e 100644
--- a/.github/PULL_REQUEST_TEMPLATE/refactor.md
+++ b/.github/PULL_REQUEST_TEMPLATE/refactor.md
@@ -15,7 +15,7 @@ Explain how the refactoring improves the codebase (e.g., readability, performanc
## Checklist
-- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md)
+- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md)
- [ ] No functional changes have been introduced
- [ ] Existing tests pass
- [ ] The code follows the project's coding standards
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index 3e9cb4012..a9e77dd13 100644
--- a/.github/copilot-instructions.md
+++ b/.github/copilot-instructions.md
@@ -48,7 +48,7 @@ Endurain is a self-hosted fitness tracking application with:
### Quick Start
-1. Clone repository: `git clone https://github.com/joaovitoriasilva/endurain.git`
+1. Clone repository: `git clone https://github.com/endurain-project/endurain.git`
2. Navigate to the project root
3. Choose development approach:
- **Frontend Only** – see _Frontend Development_ below
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c1163af3e..22fea7562 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,7 +30,7 @@ Thank you for considering contributing to Endurain! Your involvement helps impro
1. **Fork the Repository**: Create a fork of the project repository to work on your changes.
2. **Clone the Repository**: Clone your forked repository to your local machine.
```bash
- git clone https://github.com/joaovitoriasilva/endurain.git
+ git clone https://github.com/endurain-project/endurain.git
```
3. **Create a Branch**: Create a new branch for your changes.
```bash
diff --git a/README.md b/README.md
index ae0f8b73e..2299d861f 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
# Endurain
- 
- [](https://github.com/joaovitoriasilva/endurain/releases)
- [](https://github.com/joaovitoriasilva/endurain/stargazers)
+ 
+ [](https://github.com/endurain-project/endurain/releases)
+ [](https://github.com/endurain-project/endurain/stargazers)
[](./TRADEMARK.md)
**A self-hosted fitness tracking service**
diff --git a/backend/app/password_reset_tokens/email_messages.py b/backend/app/password_reset_tokens/email_messages.py
index bbe1f21b7..348b9fdf5 100644
--- a/backend/app/password_reset_tokens/email_messages.py
+++ b/backend/app/password_reset_tokens/email_messages.py
@@ -43,7 +43,7 @@ def get_password_reset_email_en(
Best regards,
The Endurain team
Visit Endurain at: {email_service.frontend_host} - Source code at: GitHub
+ href="https://github.com/endurain-project/endurain">GitHub