Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: add missing https:// protocol to Stately Studio link#5585

Merged
davidkpiano merged 1 commit into
statelyai:mainfrom
RubenFricke:fix-stately-studio-link
Jul 1, 2026
Merged

docs: add missing https:// protocol to Stately Studio link#5585
davidkpiano merged 1 commit into
statelyai:mainfrom
RubenFricke:fix-stately-studio-link

Conversation

@RubenFricke

Copy link
Copy Markdown
Contributor

Problem

The "Stately Studio" call-to-action link is missing its URL scheme in two READMEs:

<a href="stately.ai/registry/new?ref=github" title="Stately Studio">

Without https://, GitHub (and the npm xstate package page) renders it as a
relative URL, resolving to
github.com/statelyai/xstate/blob/main/stately.ai/registry/new?ref=github
instead of the Stately registry.

The intended target is confirmed a few lines below, where the same link is
already written correctly:

**[state.new](https://stately.ai/registry/new?ref=github)**

Fix

Add the missing https:// in README.md and packages/core/README.md.

The Stately Studio CTA link in the root README and the xstate package
README was written without a scheme (stately.ai/...), so GitHub and npm
rendered it as a relative URL pointing at
github.com/statelyai/xstate/blob/main/stately.ai/... instead of the
Stately registry. Add the missing https:// to match the correct link
used a few lines below.
@changeset-bot

changeset-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f5f6d63

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
xstate Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@davidkpiano davidkpiano merged commit a551a2b into statelyai:main Jul 1, 2026
2 checks passed
@davidkpiano

Copy link
Copy Markdown
Member

Thank you!

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