Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
attributes:
label: Documentation Page
description: Which section or page has the issue?
placeholder: "README.md command reference or https://pub.dev/packages/magic_cli"
placeholder: "README.md command reference or https://magic.fluttersdk.com/packages/magic-cli"
validations:
required: true

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.

## [Unreleased]

### 📝 Documentation

- Update homepage URL to Magic website package page (`https://magic.fluttersdk.com/packages/magic-cli`)
- Add "Website" link to README navigation bar
- Update CLI Commands link in welcome view stub to point to package page
- Update documentation issue template placeholder URL

---

## [0.0.1-alpha.3] - 2026-03-24
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
</p>

<p align="center">
<a href="https://magic.fluttersdk.com/packages/magic-cli">Website</a> ·
<a href="https://pub.dev/packages/magic_cli">pub.dev</a> ·
<a href="https://github.com/fluttersdk/magic_cli/issues">Issues</a> ·
<a href="https://github.com/fluttersdk/magic_cli/discussions">Discussions</a>
Expand Down
2 changes: 1 addition & 1 deletion assets/stubs/install/welcome_view.stub
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class WelcomeView extends StatelessWidget {
title: 'CLI Commands',
description:
'Run `magic --help` to see all available commands.',
url: 'https://magic.fluttersdk.com/cli',
url: 'https://magic.fluttersdk.com/packages/magic-cli',
),
],
),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: magic_cli
description: "Command-line tools for Magic Framework. Scaffolding, code generation, and project management."
version: 0.0.1-alpha.3
homepage: https://magic.fluttersdk.com
homepage: https://magic.fluttersdk.com/packages/magic-cli
repository: https://github.com/fluttersdk/magic_cli
issue_tracker: https://github.com/fluttersdk/magic_cli/issues

Expand Down
Loading