mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Update bug-report URL
- New public app repo
This commit is contained in:
parent
33945c9346
commit
2e754d56bc
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ class InvenTreeAboutWidget extends StatelessWidget {
|
|||
|
||||
Future <void> _reportBug(BuildContext context) async {
|
||||
|
||||
const String url = "https://github.com/inventree/InvenTree/issues/new?assignees=&labels=app%2C+bug&title=%5BApp%5D+Enter+bug+description";
|
||||
const String url = "https://github.com/inventree/inventree-app/issues/new?title=Enter+bug+description";
|
||||
|
||||
if (await canLaunch(url)) {
|
||||
await launch(url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue