@@ -13,9 +13,8 @@ framework for accessing JSON APIs.
1313This is the recommended library for accessing JSON-based Google APIs for iOS,
1414macOS, tvOS, and watchOS applications.
1515
16- ** To get started** with Google APIs and the Objective-C client library, please read
17- [ USING.md] ( https://github.com/google/google-api-objectivec-client-for-rest/blob/main/USING.md )
18- for detailed information. The
16+ ** To get started** with Google APIs and the Objective-C client library, please
17+ read [ USING.md] ( USING.md ) for detailed information. The
1918[ example applications] ( https://github.com/google/google-api-objectivec-client-for-rest/tree/main/Examples )
2019can also help answer some questions, but there isn't an example for every
2120service as there are just to many services.
@@ -32,15 +31,14 @@ by using the
3231** If you have a problem** or want a new feature to be included in the library,
3332please join the
3433[ discussion group] ( http://groups.google.com/group/google-api-objectivec-client ) .
35- Be sure to include
36- [ http logs] ( https://github.com/google/google-api-objectivec-client-for-rest/wiki#logging-http-server-traffic )
37- for requests and responses when posting questions. Bugs may also be submitted
38- on the [ issues list] ( https://github.com/google/google-api-objectivec-client-for-rest/issues ) .
34+ Be sure to include [ http logs] ( USING.md#logging-http-server-traffic ) for
35+ requests and responses when posting questions. Bugs may also be submitted on the
36+ [ issues list] ( https://github.com/google/google-api-objectivec-client-for-rest/issues ) .
3937
4038** Externally-included projects** : The library is built on top of code from the separate
4139project [ GTM Session Fetcher] ( https://github.com/google/gtm-session-fetcher ) . To work
4240with some remote services, it also needs
43- [ Authentication/Authorization] ( https://github.com/google/google-api-objectivec-client-for-rest/wiki #authentication-and-authorization) .
41+ [ Authentication/Authorization] ( USING.md #authentication-and-authorization) .
4442
4543** Google Data APIs** : The much older library for XML-based APIs is
4644[ still available] ( https://github.com/google/gdata-objectivec-client ) .
0 commit comments