Skip to content

fix: change link in pages/index.tsx#126

Merged
breadddevv merged 2 commits intoPlanetaryOrbit:mainfrom
infyieldtaker:main
Apr 15, 2026
Merged

fix: change link in pages/index.tsx#126
breadddevv merged 2 commits intoPlanetaryOrbit:mainfrom
infyieldtaker:main

Conversation

@infyieldtaker
Copy link
Copy Markdown
Contributor

@infyieldtaker infyieldtaker commented Apr 15, 2026

Description

I’ve updated the link in pages/index.tsx because the previous URL was leading to a 404.

  • Issue: The link previously pointed to https://docs.planetaryapp.us/workspace/oauth, which does not exist.
  • Fix: I have updated it to https://docs.planetaryapp.us/workspace/roblox-oauth. I chose this specifically because I wasn't sure if the intended destination was Discord or Roblox, so I just picked a random one.

Screenshot

Summary by CodeRabbit

  • Documentation
    • Updated the Instance Settings documentation link to reference Roblox authentication-specific guidance.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 15, 2026

Warning

Rate limit exceeded

@infyieldtaker has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 54 minutes and 23 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 54 minutes and 23 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1a38cd7b-cd24-4663-8f82-d3429d8a5d1a

📥 Commits

Reviewing files that changed from the base of the PR and between 09728e7 and 54c84ed.

📒 Files selected for processing (1)
  • pages/index.tsx
📝 Walkthrough

Walkthrough

Updated the documentation link in the Instance Settings UI from an OAuth endpoint to a Roblox Auth endpoint. A single line change affecting one URL reference with no alterations to exported entities or control flow.

Changes

Cohort / File(s) Summary
Documentation Link Update
pages/index.tsx
Updated Instance Settings UI documentation link URL from https://docs.planetaryapp.us/workspace/oauth to https://docs.planetaryapp.us/workspace/roblox-auth

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A URL hops through the code so bright,
From OAuth paths to Roblox light,
One little link, a simple dance,
Documentation gets its chance!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is vague and generic, using only 'change link' without specifying which link or why, making it unclear what the actual change accomplishes. Use a more descriptive title that explains the purpose, such as 'fix: update documentation link to correct Roblox auth URL' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@pages/index.tsx`:
- Around line 671-676: The docs link in the JSX anchor that renders
"docs.planetaryapp.us" currently points to the broken URL
"/workspace/roblox-auth"; update the href on that anchor (the <a> used inside
the paragraph near the OAuth dialog render in pages/index.tsx) to a working docs
page (e.g. "/workspace/discord-oauth") or look up and insert the correct Roblox
docs URL; if both Discord and Roblox docs exist consider replacing the single
anchor with two separate anchors (Discord and Roblox) so the dialog that
configures Discord/Roblox OAuth (the fields rendered around lines 619-651) links
to the appropriate pages.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3dc4cf18-5e39-4151-a20c-fced34d974b4

📥 Commits

Reviewing files that changed from the base of the PR and between fb9faec and 09728e7.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (1)
  • pages/index.tsx

Comment thread pages/index.tsx
@infyieldtaker
Copy link
Copy Markdown
Contributor Author

WAIT DONT MERGE THAT

@infyieldtaker
Copy link
Copy Markdown
Contributor Author

OKAY IT SHOULD BE GOOD

@breadddevv breadddevv merged commit 967cf51 into PlanetaryOrbit:main Apr 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants