fix(braze): point kit homepage URLs at main - #1383
Merged
Merged
Conversation
These kits live on the v3 line; the npm homepage still linked to master, which 404s.
PR SummaryLow Risk Overview No version bumps, build output, or runtime behavior changes—metadata only. Already-published versions (e.g. Reviewed by Cursor Bugbot for commit 62d2be5. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
crisryantan
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Background
mainas@mparticle/web-braze-kit-3…-6.package.jsonhomepagestill usedtree/master/…. Those paths do not exist onmaster(v2), so the GitHub link on the npm package page 404s.@mparticle/web-braze-kit-3@3.0.0is already on npm; npm will not update that version’s metadata. This PR only fixes git so later publishes (4/5/6, and a future 3.0.1) get a working link.What Has Changed
homepageinkits/braze/braze-3…braze-6package.jsonfromtree/master/totree/main/.Screenshots/Video
Checklist
Additional Notes
mainonly. Do not merge intomaster.masterlink until a later3.0.1.Reference Issue (For employees only. Ignore if you are an outside contributor)