#47405: docs: update remaining references to electron-quick-start
Merged
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
MergedPR Number
#47449Merged At
Jun 12, 2025, 5:25:14 AM
Released In
v36.5.0Release Date
Jun 17, 2025, 3:38:08 PM
37-x-y
MergedPR Number
#47448Merged At
Jun 12, 2025, 5:25:25 AM
Released In
v37.0.0-beta.5Release 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