Skip to content

Commit a99daaa

Browse files
committed
fix broken netrc links
1 parent 3a52aa9 commit a99daaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelogs/1.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Component tell you when your limit is running short via stdout. You can see an e
3030
- your remaining requests
3131
- reset date, when you get more requests again
3232

33-
To authenticate, simply either use a [.netrc](http://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-File.html) file
33+
To authenticate, simply either use a [.netrc](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html) file
3434
or use the appropriate environmental variables for each end point.
3535
These environmental variables are currently:
3636

component/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export GITHUB_USERNAME=<token>
182182
export GITHUB_PASSWORD=x-oauth-basic
183183
```
184184

185-
You can also use a __.netrc__ file, add the following lines to your `.netrc`](http://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-File.tml)
185+
You can also use a __.netrc__ file, add the following lines to your `.netrc`](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html)
186186

187187
```bash
188188
machine api.github.com
@@ -206,7 +206,7 @@ export BITBUCKET_USERNAME=<username>
206206
export BITBUCKET_PASSWORD=<password>
207207
```
208208

209-
Additionally, you can add Bitbucket credentials directly to your [`.netrc`](http://ww.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-File.html) file like o:
209+
Additionally, you can add Bitbucket credentials directly to your [`.netrc`](https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html) file like o:
210210

211211
```bash
212212
machine api.bitbucket.org

0 commit comments

Comments
 (0)