chore: Fix CONTRIBUTING link in the readme
This commit is contained in:
parent
97fb26a8d7
commit
80e2fadffd
|
@ -356,7 +356,7 @@ document = docs_service.get_document("my-document-id")
|
||||||
See the [samples](https://github.com/google/google-api-ruby-client/tree/master/samples) for examples on how to use the client library for various
|
See the [samples](https://github.com/google/google-api-ruby-client/tree/master/samples) for examples on how to use the client library for various
|
||||||
services.
|
services.
|
||||||
|
|
||||||
Contributions for additional samples are welcome. See [CONTRIBUTING](CONTRIBUTING.md).
|
Contributions for additional samples are welcome. See [CONTRIBUTING](.github/CONTRIBUTING.md).
|
||||||
|
|
||||||
## Generating APIs
|
## Generating APIs
|
||||||
|
|
||||||
|
@ -378,7 +378,7 @@ A URL can also be specified:
|
||||||
* Model validations
|
* Model validations
|
||||||
|
|
||||||
## Supported Ruby Versions
|
## Supported Ruby Versions
|
||||||
This library is currently supported on Ruby 1.9+.
|
This library is currently supported on Ruby 1.9+.
|
||||||
However, Ruby 2.4 or later is strongly recommended, as earlier releases have
|
However, Ruby 2.4 or later is strongly recommended, as earlier releases have
|
||||||
reached or are nearing end-of-life. After March 31, 2019, Google will provide
|
reached or are nearing end-of-life. After March 31, 2019, Google will provide
|
||||||
official support only for Ruby versions that are considered current and
|
official support only for Ruby versions that are considered current and
|
||||||
|
|
Loading…
Reference in New Issue