Skip to content

Fix TanStack starter demo link#115

Merged
justin808 merged 1 commit into
mainfrom
jg-codex/fix-starter-demo-link
Jun 2, 2026
Merged

Fix TanStack starter demo link#115
justin808 merged 1 commit into
mainfrom
jg-codex/fix-starter-demo-link

Conversation

@justin808
Copy link
Copy Markdown
Member

@justin808 justin808 commented Jun 2, 2026

Summary

Validation

  • npm run build
    • exits 0
    • Docusaurus still reports pre-existing broken-link and broken-anchor warnings unrelated to this one-line change

Repo search

  • exact org search for start.reactonrails.com returned no remaining indexed hits after this branch change
  • broader org search for https://start found one unrelated private licensing test fixture

Note

Low Risk
Single constant change in documentation/marketing config with no runtime or security impact.

Overview
Updates the TanStack Starter live demo link on the examples/homepage demos list from https://start.reactonrails.com to https://starter.reactonrails.com, aligning the site with the canonical starter hostname.

Reviewed by Cursor Bugbot for commit ee7ae9c. Bugbot is set up for automated code reviews on this repo. Configure here.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Warning

Review limit reached

@justin808, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 32 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: af39490b-8585-4acf-94a5-469174e04dbb

📥 Commits

Reviewing files that changed from the base of the PR and between 7b12884 and ee7ae9c.

📒 Files selected for processing (1)
  • prototypes/docusaurus/src/constants/demos.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jg-codex/fix-starter-demo-link

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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

Cloudflare preview deployed.

@justin808 justin808 marked this pull request as ready for review June 2, 2026 01:51
@justin808 justin808 merged commit 78c978e into main Jun 2, 2026
4 checks passed
@justin808 justin808 deleted the jg-codex/fix-starter-demo-link branch June 2, 2026 01:52
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Jun 2, 2026

Greptile Summary

Corrects the live demo URL for the TanStack Starter entry in the demos constants file, replacing https://start.reactonrails.com with the canonical https://starter.reactonrails.com.

  • Updates demoUrl for the tanstack-starter demo entry — the only change in the PR.
  • No logic, type definitions, or other demo entries are affected.

Confidence Score: 5/5

A one-line URL constant change with no runtime logic, no type changes, and no effect on other demos — safe to merge.

The change touches a single string value in a static config array. The updated URL aligns with the canonical hostname described in the PR, no other entries are modified, and the surrounding type structure is unchanged.

No files require special attention.

Important Files Changed

Filename Overview
prototypes/docusaurus/src/constants/demos.ts Single-line URL correction: updates TanStack Starter demo link from https://start.reactonrails.com to https://starter.reactonrails.com.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["demos.ts constants"] --> B["demos array"]
    B --> C["TanStack Starter entry"]
    C --> D["demoUrl: https://starter.reactonrails.com\n(was: start.reactonrails.com)"]
    B --> E["featuredDemos filter"]
    E --> F["Homepage 'Live Demos' section"]
    E --> G["/examples page"]
Loading

Reviews (1): Last reviewed commit: "Fix TanStack starter demo link" | Re-trigger Greptile

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.

1 participant