summaryrefslogtreecommitdiff
path: root/bitbucket-widget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-04-13 14:39:13 -0400
committerstreetturtle <streetturtle@gmail.com>2020-04-13 14:39:13 -0400
commit34598dca85565bf3b051a9f14d9b945c087f6fd1 (patch)
treee8fe44bb107568d3b4b3d169ddd50b2bb8ebe441 /bitbucket-widget/README.md
parent273d37c3e29f1e7e0074adbc22c740d10c31e906 (diff)
Update readme
Diffstat (limited to 'bitbucket-widget/README.md')
-rw-r--r--bitbucket-widget/README.md2
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