diff options
author | streetturtle <streetturtle@gmail.com> | 2020-04-13 14:39:13 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-04-13 14:39:13 -0400 |
commit | 34598dca85565bf3b051a9f14d9b945c087f6fd1 (patch) | |
tree | e8fe44bb107568d3b4b3d169ddd50b2bb8ebe441 /bitbucket-widget | |
parent | 273d37c3e29f1e7e0074adbc22c740d10c31e906 (diff) |
Update readme
Diffstat (limited to 'bitbucket-widget')
-rw-r--r-- | bitbucket-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbucket-widget/README.md b/bitbucket-widget/README.md index 0fdfa07..fbd21b1 100644 --- a/bitbucket-widget/README.md +++ b/bitbucket-widget/README.md @@ -6,7 +6,7 @@ The widget shows the number of pull requests assigned to the user and when click Widget uses cURL to query Bitbucket's [REST API](https://developer.atlassian.com/bitbucket/api/2/reference/). In order to be authenticated, widget uses a [netrc](https://ec.haxx.se/usingcurl/usingcurl-netrc) feature of the cURL, which is basically to store basic auth credentials in a .netrc file in home folder. -Bitbucket allows using App Passwords (available in the account settings) - simply generate one for the widget and use it as password in .netrc file. +Bitbucket allows using [App Passwords](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html) (available in the account settings) - simply generate one for the widget and use it as password in .netrc file. ## Customization |