Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update broken links protobufs README.md (#2478)
## Description This pull request fixes broken links in the `protobufs/README.md` file. ## Why is this change needed? Broken links in the README can lead to confusion and inefficiencies when trying to access documentation. This update resolves these issues by correcting the file paths. ## Merge Checklist - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. - [x] PR includes a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets). - [x] PR has been tagged with the appropriate change label(s). - [x] Documentation updates have been included as necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the links in the `protobufs/README.md` file to point to the correct documentation paths for various schemas related to Farcaster and gRPC APIs. ### Detailed summary - Updated the documentation links for: - `Message` schema to point to `../apps/hubble/www/docs/docs/messages.md` - `OnChainEvent` schema to point to `../apps/hubble/www/docs/docs/onchain_events.md` - `HubEvent` schema to point to `../apps/hubble/www/docs/docs/events.md` - `RPC` schema to point to `../apps/hubble/www/docs/docs/api.md` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information