Skip to content

Commit 31cc31b

Browse files
yashbhutwalacenkalti
authored andcommitted
fix the links in README
1 parent 18fe4ce commit 31cc31b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ _cgo_export.*
2020
_testmain.go
2121

2222
*.exe
23+
24+
# IDEs
25+
.idea/

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@ The retries exponentially increase and stop increasing when a certain threshold
1111

1212
Import path is `github.com/cenkalti/backoff/v4`. Please note the version part at the end.
1313

14-
godoc.org does not support modules yet,
15-
so you can use https://godoc.org/gopkg.in/cenkalti/backoff.v4 to view the documentation.
14+
Use https://pkg.go.dev/github.com/cenkalti/backoff/v4 to view the documentation.
1615

1716
## Contributing
1817

1918
* I would like to keep this library as small as possible.
2019
* Please don't send a PR without opening an issue and discussing it first.
2120
* If proposed change is not a common use case, I will probably not accept it.
2221

23-
[godoc]: https://godoc.org/github.com/cenkalti/backoff
22+
[godoc]: https://pkg.go.dev/github.com/cenkalti/backoff/v4
2423
[godoc image]: https://godoc.org/github.com/cenkalti/backoff?status.png
2524
[travis]: https://travis-ci.org/cenkalti/backoff
2625
[travis image]: https://travis-ci.org/cenkalti/backoff.png?branch=master
@@ -30,4 +29,4 @@ so you can use https://godoc.org/gopkg.in/cenkalti/backoff.v4 to view the docume
3029
[google-http-java-client]: https://github.com/google/google-http-java-client/blob/da1aa993e90285ec18579f1553339b00e19b3ab5/google-http-client/src/main/java/com/google/api/client/util/ExponentialBackOff.java
3130
[exponential backoff wiki]: http://en.wikipedia.org/wiki/Exponential_backoff
3231

33-
[advanced example]: https://godoc.org/github.com/cenkalti/backoff#example_
32+
[advanced example]: https://pkg.go.dev/github.com/cenkalti/backoff/v4?tab=doc#pkg-examples

0 commit comments

Comments
 (0)