Skip to content

Fix typedefs link in FCL README#2810

Open
Eudes-Crabe wants to merge 1 commit into
onflow:masterfrom
Eudes-Crabe:fix-fcl-readme-typedefs-link
Open

Fix typedefs link in FCL README#2810
Eudes-Crabe wants to merge 1 commit into
onflow:masterfrom
Eudes-Crabe:fix-fcl-readme-typedefs-link

Conversation

@Eudes-Crabe
Copy link
Copy Markdown

Summary

Fixes the broken typedefs link in packages/fcl/README.md by replacing the relative package link with a stable GitHub URL to the typedefs source file.

The previous link points to ../typedefs/src/index.ts, which can break when the package README is rendered outside the monorepo context. The new link resolves directly to the source file in this repository.

Related issue

Fixes #2235

Testing

git diff --check -- packages/fcl/README.md

Manual verification: confirmed packages/typedefs/src/index.ts exists in the repository and the new URL targets that file.

@Eudes-Crabe Eudes-Crabe requested a review from a team as a code owner May 14, 2026 10:11
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

@Eudes-Crabe is attempting to deploy a commit to the Flow Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 14, 2026

⚠️ No Changeset found

Latest commit: 7d7c0fc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

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.

[DOCS] Readme link broken

1 participant