Skip to content

Commit

Permalink
Merge pull request #803 from bestony/patch-1
Browse files Browse the repository at this point in the history
docs: replace master branch to main for better view
  • Loading branch information
jnunemaker authored Dec 17, 2024
2 parents f0c42a7 + ee89905 commit 348a22b
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 348a22b

Please sign in to comment.