Fix #4706: Replace deprecated cloudcv.org domain with eval.ai across codebase #4835
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes #4706 by replacing all references to the deprecated
cloudcv.orgdomain with the activeeval.aidomain throughout the codebase. Thecloudcv.orgwebsite is no longer functional, causing broken links on the LinkedIn page, GitHub profile, and throughout the application.Motivation and Context
Fixes #4706
The
cloudcv.orgdomain is no longer active, which creates a poor user experience and makes it difficult for new users and contributors to find official resources or contact the team. This issue affects:Changes Made
Frontend (v2 & Legacy)
footer.component.html,dashboard-footer.html, andfooter.htmlauth.component.htmlandauth.htmlabout.component.htmlandabout-us.htmlget-involved.component.html- Updated 4 email addressesget-involved.html- Updated 4 email addressesBackend Configuration
settings/prod.py): UpdatedDEFAULT_FROM_EMAILfromnoreply@cloudcv.orgtonoreply@eval.aisettings/common.py): UpdatedADMIN_EMAILconfigurationDocumentation
docs/source/02-for-challenge-hosts/hosting-guide/host-challenge.md): Updated 2 team email referencesCODE_OF_CONDUCT.md): Updated admin contact emailEmail Templates
apps/accounts/templates/account/email_confirm.html): Updated website linkWhat was NOT changed (intentionally)
tests/directory)LICENSEthat reference CloudCV organizationType of Change
How Has This Been Tested?
Checklist
Related Issues
Fixes #4706 - Broken cloudcv.org URLs reported on LinkedIn and GitHub profile pages
Additional Notes
This PR updates 19 files across the codebase to ensure all user-facing URLs and contact information use the active
eval.aidomain. The changes maintain backward compatibility where necessary (nginx configs) while improving the user experience for documentation, community engagement, and support channels.