Update button href to point to new endpoint#2849
Conversation
Greptile SummaryThis PR updates the "View full benchmark" button's
Confidence Score: 5/5Safe to merge — simple one-line fix replacing an incorrectly used API endpoint variable with the correct user-facing URL. The change is minimal and correct: VARS.ARENA_ENDPOINT is semantically an API backend URL (used as such in the arena server route with a .network fallback), not a website URL. Hardcoding https://arena.appwrite.io for the button is the right approach. No logic, data, or security concerns introduced. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "Merge branch 'main' into HarshMN2345-pat..." | Re-trigger Greptile |
What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)