Skip to content

Commit 1e666cd

Browse files
committed
Update readme with new github links.
1 parent 8ed71c8 commit 1e666cd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
talkbox_api (0.1.0)
4+
talkbox_api (1.0.0)
55
faraday (~> 2.0)
66

77
GEM

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ You can then access the API resources using the connection object. E.g.
2828

2929
```ruby
3030
connection.account.get
31+
connection.fields.all
32+
connection.tags.create "New Tag"
3133
```
34+
etc.
3235

3336
See the full API documentation at https://talkbox.impactapp.com.au/api.html.
3437

@@ -40,12 +43,12 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
4043

4144
## Contributing
4245

43-
Bug reports and pull requests are welcome on GitHub at https://github.com/ggtrigg/talkbox_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ggtrigg/talkbox_api/blob/master/CODE_OF_CONDUCT.md).
46+
Bug reports and pull requests are welcome on GitHub at https://github.com/ImpactData/talkbox_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/ImpactData/talkbox_api/blob/master/CODE_OF_CONDUCT.md).
4447

4548
## License
4649

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

4952
## Code of Conduct
5053

51-
Everyone interacting in the TalkboxApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ggtrigg/talkbox_api/blob/master/CODE_OF_CONDUCT.md).
54+
Everyone interacting in the TalkboxApi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ImpactData/talkbox_api/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)