You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Get Started buttons throughout the RedwoodJS home page take us to https://redwoodjs.com/docs/quick-start (Constants.GET_STARTED), except the button in the hero section.
The Get Started button in the hero section is the first button we see on mobile. Clicking it takes us to https://redwoodjs.com/blog/rsc-now-in-redwoodjs (Constants.BIGHORN_FEATURES) instead of the quick start page.
The Get Started buttons throughout the RedwoodJS home page take us to https://redwoodjs.com/docs/quick-start (
Constants.GET_STARTED
), except the button in the hero section.The Get Started button in the hero section is the first button we see on mobile. Clicking it takes us to https://redwoodjs.com/blog/rsc-now-in-redwoodjs (
Constants.BIGHORN_FEATURES
) instead of the quick start page.It's a simple change:
Let me know if I should open a PR to fix this.
The text was updated successfully, but these errors were encountered: