Skip to content

Commit 5cfc5c8

Browse files
fix: url links
1 parent 88cf06d commit 5cfc5c8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ A PHP client for connecting to the API services provided by [BigDataCloud](https
1010
BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios.
1111
From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.
1212

13-
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.com/docs).
14-
1513
You can access any and all BigDataCloud APIs with a free API Key.
1614
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
1715
If you are not yet a customer, it is completely free to join.
@@ -21,17 +19,17 @@ If you are not yet a customer, it is completely free to join.
2119
All BigDataCloud APIs are bundled into five different API packages. Each API package has its own subscription plans and pricings.
2220

2321
You can find more details on the respective API packages page.
24-
- [IP Geolocation Package](https://www.bigdatacloud.com/packages/ip-geolocation)
25-
- [Reverse Geocoding Package](https://www.bigdatacloud.com/packages/reverse-geocoding)
26-
- [Phone & Email Verification Package](https://www.bigdatacloud.com/packages/phone-email-verification)
27-
- [Network Engineering Package](https://www.bigdatacloud.com/packages/network-engineering), and
28-
- [Free API Package](https://www.bigdatacloud.com/packages/free-api) (doesn't require account creation and API key)
22+
- [IP Geolocation Package](https://www.bigdatacloud.com/ip-geolocation)
23+
- [Reverse Geocoding Package](https://www.bigdatacloud.com/reverse-geocoding)
24+
- [Phone & Email Verification Package](https://www.bigdatacloud.com/phone-email-verification)
25+
- [Network Engineering Package](https://www.bigdatacloud.com/network-engineering), and
26+
- [Free API Package](https://www.bigdatacloud.com/free-api) (doesn't require account creation and API key)
2927

3028

3129
## Documentation
3230

33-
For documentation specific to this api client, please read below.
34-
For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.com/docs).
31+
For documentation specific to this API client, please read below.
32+
For more specific documentation of the APIs available, including endpoints, request and response data, please visit the respective API package page.
3533

3634

3735

@@ -41,7 +39,7 @@ To use this API client you must have a BigDataCloud API Key.
4139
To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
4240
If you are not yet a customer, it is completely free to join.
4341

44-
Simply provide this key when initiating the php api client, and it will be included in all requests to the BigDataCloud API Server.
42+
Simply provide this key when initiating the php API client, and it will be included in all requests to the BigDataCloud API Server.
4543
See the example below.
4644

4745

0 commit comments

Comments
 (0)