Skip to content

Commit 3b5af3a

Browse files
committed
Fix repo links
1 parent 4f71933 commit 3b5af3a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## [Unreleased]
44

55
## [1.0.0] - 2025-06-29
6-
- Add Readwise API v3 support for Reader documents ([#13](https://github.com/andjosh/readwise-ruby/pull/13))
7-
- Add `daily_review` client method and Review type ([#14](https://github.com/andjosh/readwise-ruby/pull/14))
6+
- Add Readwise API v3 support for Reader documents ([#13](https://github.com/joshbeckman/readwise-ruby/pull/13))
7+
- Add `daily_review` client method and Review type ([#14](https://github.com/joshbeckman/readwise-ruby/pull/14))
88
- Add comprehensive document API methods (list, get, create, update, delete)
99
- Add support for document tags and metadata handling
1010
- Add tests for document API functionality
@@ -16,15 +16,15 @@
1616

1717
## [0.4.0] - 2023-03-19
1818

19-
- Add `get_highlight` client method ([#10](https://github.com/andjosh/readwise-ruby/pull/10) from [@ajistrying](https://github.com/ajistrying))
19+
- Add `get_highlight` client method ([#10](https://github.com/joshbeckman/readwise-ruby/pull/10) from [@ajistrying](https://github.com/ajistrying))
2020

2121
## [0.3.0] - 2023-02-28
2222

23-
- Change `Tag` from hash to struct ([#6](https://github.com/andjosh/readwise-ruby/pull/6) from [@ajistrying](https://github.com/ajistrying))
23+
- Change `Tag` from hash to struct ([#6](https://github.com/joshbeckman/readwise-ruby/pull/6) from [@ajistrying](https://github.com/ajistrying))
2424

2525
## [0.2.0] - 2023-02-20
2626

27-
- Add support for `Book.note` ([#4](https://github.com/andjosh/readwise-ruby/pull/4))
27+
- Add support for `Book.note` ([#4](https://github.com/joshbeckman/readwise-ruby/pull/4))
2828

2929
## [0.1.0] - 2023-01-16
3030

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
58+
reported by contacting the project team at [email protected]. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
150150

151151
## Contributing
152152

153-
Bug reports and pull requests are welcome on GitHub at https://github.com/andjosh/readwise. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
153+
Bug reports and pull requests are welcome on GitHub at https://github.com/joshbeckman/readwise-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
154154

155155
## License
156156

157157
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
158158

159159
## Code of Conduct
160160

161-
Everyone interacting in the Readwise project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/andjosh/readwise/blob/master/CODE_OF_CONDUCT.md).
161+
Everyone interacting in the Readwise project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/joshbeckman/readwise-ruby/blob/main/CODE_OF_CONDUCT.md).

readwise.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = "Readwise API client"
1313
spec.description = "Minimal Readwise API client and highlight parsing library"
14-
spec.homepage = "https://github.com/andjosh/readwise-ruby"
14+
spec.homepage = "https://github.com/joshbeckman/readwise-ruby"
1515
spec.license = "MIT"
1616

1717
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'

0 commit comments

Comments
 (0)