Skip to content

Commit

Permalink
docs: replace master branch to main for better view
Browse files Browse the repository at this point in the history
  • Loading branch information
bestony authored Jul 21, 2024
1 parent f0c42a7 commit ee89905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ puts stack_exchange.questions
puts stack_exchange.users
```

See the [examples directory](http://github.com/jnunemaker/httparty/tree/master/examples) for even more goodies.
See the [examples directory](http://github.com/jnunemaker/httparty/tree/main/examples) for even more goodies.

## Command Line Interface

Expand All @@ -63,7 +63,7 @@ httparty "https://api.stackexchange.com/2.2/questions?site=stackoverflow"

## Help and Docs

- [Docs](https://github.com/jnunemaker/httparty/tree/master/docs)
- [Docs](https://github.com/jnunemaker/httparty/tree/main/docs)
- https://github.com/jnunemaker/httparty/discussions
- https://www.rubydoc.info/github/jnunemaker/httparty

Expand Down

0 comments on commit ee89905

Please sign in to comment.