From ee89905238ac877a9ba15cd965d030291d170ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AE=A6=E6=88=90?= Date: Sun, 21 Jul 2024 02:43:43 -0500 Subject: [PATCH] docs: replace master branch to main for better view --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99cea43c..9aa163d6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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