Skip to content

Commit

Permalink
Merge pull request #4 from fetmar/readme_link_fix
Browse files Browse the repository at this point in the history
Fix link to examples in readme
  • Loading branch information
JaSei authored Mar 8, 2018
2 parents 5e47352 + f6219f1 commit a203817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ http get with retry:

fmt.Println(body)

[next examples](https://github.com/avast/retry-go/examples)
[next examples](https://github.com/avast/retry-go/tree/master/examples)


### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion retry.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ http get with retry:
fmt.Println(body)
[next examples](https://github.com/avast/retry-go/examples)
[next examples](https://github.com/avast/retry-go/tree/master/examples)
SEE ALSO
Expand Down

0 comments on commit a203817

Please sign in to comment.