Skip to content

Commit

Permalink
update readme: change youtrac issue url
Browse files Browse the repository at this point in the history
  • Loading branch information
weikangchia committed Apr 5, 2021
1 parent f5dc8e3 commit 58887bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Example
"service": "gitlab",
"serviceUrl": "https://gitlab.com",
"enableExternalIssuesTracker": true,
"externalIssuesUrl": "https://youtrack.com/issues",
"externalIssuesUrl": "https://youtrack.com/issue",
}
```

Expand All @@ -231,7 +231,7 @@ Example
"service": "gitlab",
"serviceUrl": "https://gitlab.com",
"enableExternalIssuesTracker": true,
"externalIssuesUrl": "https://youtrack.com/issues",
"externalIssuesUrl": "https://youtrack.com/issue",
"externalIssuesProjects": ["PROJ1", "PROJ2"],
}
```

0 comments on commit 58887bc

Please sign in to comment.