yangannyx

#47405: docs: update remaining references to electron-quick-start

Merged
Created: Jun 6, 2025, 7:25:56 PM
Merged: Jun 12, 2025, 3:32:18 AM
3 comments
Target: main

Description of Change

Closes #47395

This PR updates references to electron-quick-start with minimal-repro.
cc: @nikwen

Checklist

  • PR description included and stakeholders cc'd
  • relevant API documentation, tutorials, and examples are updated and follow the documentation style guide

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#47449
Merged At
Jun 12, 2025, 5:25:14 AM
Released In
v36.5.0
Release Date
Jun 17, 2025, 3:38:08 PM
37-x-y
Merged
PR Number
#47448
Merged At
Jun 12, 2025, 5:25:25 AM
Released In
v37.0.0-beta.5
Release Date
Jun 12, 2025, 8:31:22 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron