docs: Update new issue link
This commit is contained in:
parent
982b58a473
commit
4da9963bd0
2 changed files with 4 additions and 4 deletions
|
|
@ -36,8 +36,8 @@ abstract class AppConfig {
|
||||||
'https://github.com/krille-chan/fluffychat/issues';
|
'https://github.com/krille-chan/fluffychat/issues';
|
||||||
static final Uri newIssueUrl = Uri(
|
static final Uri newIssueUrl = Uri(
|
||||||
scheme: 'https',
|
scheme: 'https',
|
||||||
host: 'gitlab.com',
|
host: 'github.com',
|
||||||
path: '/famedly/fluffychat/-/issues/new',
|
path: '/krille-chan/fluffychat/issues/new',
|
||||||
);
|
);
|
||||||
static const bool enableSentry = true;
|
static const bool enableSentry = true;
|
||||||
static const String sentryDns =
|
static const String sentryDns =
|
||||||
|
|
|
||||||
|
|
@ -44,8 +44,8 @@ $stackTrace
|
||||||
AppConfig.newIssueUrl.resolveUri(
|
AppConfig.newIssueUrl.resolveUri(
|
||||||
Uri(
|
Uri(
|
||||||
queryParameters: {
|
queryParameters: {
|
||||||
'issue[title]': '[BUG]: ${message ?? error.toString()}',
|
'title': '[BUG]: ${message ?? error.toString()}',
|
||||||
'issue[description]': description,
|
'body': description,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue