Skip to content

Commit 115ec38

Browse files
author
Ben Roberts
committed
update documentation for switch to main branch
1 parent b591d5a commit 115ec38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bundle console
4747
First, check out the latest code from GitHub:
4848

4949
```sh
50-
git pull origin master
50+
git pull origin main
5151
```
5252

5353
Following the [Semantic Versioning](https://semver.org) conventions, update the gem version throughout the project (but most importantly in `lib/microformats/version.rb`).

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Microformats Logo](https://raw.githubusercontent.com/microformats/microformats-ruby/master/logo.svg?sanitize=true) Microformats Ruby
1+
# ![Microformats Logo](https://raw.githubusercontent.com/microformats/microformats-ruby/main/logo.svg?sanitize=true) Microformats Ruby
22

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

@@ -148,7 +148,7 @@ curl http://tantek.com | microformats
148148

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

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

153153
## Acknowledgments
154154

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

181181
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.
182182

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

0 commit comments

Comments
 (0)