Skip to content

fix(braze): point kit homepage URLs at main - #1383

Merged
jaissica12 merged 1 commit into
mainfrom
docs/braze-kit-homepage-main
Aug 28, 2026
Merged

fix(braze): point kit homepage URLs at main#1383
jaissica12 merged 1 commit into
mainfrom
docs/braze-kit-homepage-main

Conversation

@jaissica12

Copy link
Copy Markdown
Contributor

Background

  • These kits live on the v3 line; the npm homepage still linked to master, which 404s.
  • Braze kit tracks were first-published from main as @mparticle/web-braze-kit-3-6.
  • Each kit package.json homepage still used tree/master/…. Those paths do not exist on master (v2), so the GitHub link on the npm package page 404s.
  • @mparticle/web-braze-kit-3@3.0.0 is 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

  • Updated homepage in kits/braze/braze-3braze-6 package.json from tree/master/ to tree/main/.
  • No version bump, no runtime/dist changes.

Screenshots/Video

  • N/A

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have tested this locally.

Additional Notes

Reference Issue (For employees only. Ignore if you are an outside contributor)

These kits live on the v3 line; the npm homepage still linked to master, which 404s.
@jaissica12
jaissica12 requested a review from a team as a code owner August 28, 2026 15:57
@cursor

cursor Bot commented Aug 28, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Package metadata-only change with no effect on installed code or runtime behavior.

Overview
Updates the npm homepage field in kits/braze/braze-3 through braze-6 so GitHub links use tree/main/ instead of tree/master/. Those kits are maintained on main; the old URLs 404 on the npm package page.

No version bumps, build output, or runtime behavior changes—metadata only. Already-published versions (e.g. @mparticle/web-braze-kit-3@3.0.0) keep their existing npm metadata until a new publish.

Reviewed by Cursor Bugbot for commit 62d2be5. Bugbot is set up for automated code reviews on this repo. Configure here.

@sonarqubecloud

Copy link
Copy Markdown

@jaissica12
jaissica12 merged commit 21b2fa8 into main Aug 28, 2026
65 of 66 checks passed
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