Skip to content

Commit

Permalink
update documentation for switch to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Roberts committed May 17, 2022
1 parent b591d5a commit 115ec38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bundle console
First, check out the latest code from GitHub:

```sh
git pull origin master
git pull origin main
```

Following the [Semantic Versioning](https://semver.org) conventions, update the gem version throughout the project (but most importantly in `lib/microformats/version.rb`).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Microformats Logo](https://raw.githubusercontent.com/microformats/microformats-ruby/master/logo.svg?sanitize=true) Microformats Ruby
# ![Microformats Logo](https://raw.githubusercontent.com/microformats/microformats-ruby/main/logo.svg?sanitize=true) Microformats Ruby

**A Ruby gem for parsing HTML documents containing microformats.**

Expand Down Expand Up @@ -148,7 +148,7 @@ curl http://tantek.com | microformats

Have questions about using microformats-ruby? Found a bug? Have ideas for new or improved features? Want to pitch in and write some code?

Check out [CONTRIBUTING.md](https://github.com/microformats/microformats-ruby/blob/master/CONTRIBUTING.md) for more on how you can help!
Check out [CONTRIBUTING.md](https://github.com/microformats/microformats-ruby/blob/main/CONTRIBUTING.md) for more on how you can help!

## Acknowledgments

Expand Down Expand Up @@ -180,4 +180,4 @@ microformats-ruby is dedicated to the public domain using the [Creative Commons

The authors waive all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, and distribute the work, even for commercial purposes, all without asking permission.

See [LICENSE](https://github.com/microformats/microformats-ruby/blob/master/LICENSE) for more details.
See [LICENSE](https://github.com/microformats/microformats-ruby/blob/main/LICENSE) for more details.

0 comments on commit 115ec38

Please sign in to comment.