Skip to content

Commit 8902dcb

Browse files
fix: links
Updated old broken links.
1 parent 1c256eb commit 8902dcb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# BigDataCloud NodeJS API Client
22

33

4-
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.net)
4+
A NodeJS client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com)
55

66

7-
## What API services does [BigDataCloud](https://www.bigdatacloud.net) offer?
7+
## What API services does [BigDataCloud](https://www.bigdatacloud.com) offer?
88

99
BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios.
1010
From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.
1111

12-
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis).
12+
For a full list of APIs, visit our [documentation area](https://www.bigdatacloud.com/docs).
1313

1414
You can access any and all BigDataCloud APIs with a free API Key.
15-
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.net/customer/account).
15+
To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account).
1616
If you are not yet a customer, it is completely free to join.
1717

1818

1919

2020
## Documentation
2121

2222
For documentation specific to this api client, please read below.
23-
For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.net/ip-geolocation-apis).
23+
For more specific documentation to the APIs available, including endpoints, request and response data, please visit our [documentation area](https://www.bigdatacloud.com/docs/ip-geolocation).
2424

2525

2626
## Update Notes
@@ -34,7 +34,7 @@ For more specific documentation to the APIs available, including endpoints, requ
3434
## Authentication / Identification
3535

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

4040
Simply provide this key when initiating the api client, and it will be included in all requests to the BigDataCloud API Server.
@@ -50,10 +50,10 @@ See the example below.
5050

5151
## Example usage
5252

53-
The below example is found in the included demo.js.
53+
The below example is found in the included demo.js. It demonstrates the use of our IP geolocation API from [IP Geolocation API Package](https://www.bigdatacloud.com/packages/ip-geolocation).
5454

5555
```javascript
56-
const client = require('@bigdatacloudapi/client')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.net/customer/account
56+
const client = require('@bigdatacloudapi/client')('XXX'); // XXX being your api key found at: https://www.bigdatacloud.com/account
5757

5858
/*
5959
* All api endpoints can be accessed via magic methods in the following camelised format:
@@ -243,4 +243,4 @@ Wrap any synchronous calls in a try/catch handler, and ensure to include the .ca
243243
}
244244
})();
245245

246-
```
246+
```

0 commit comments

Comments
 (0)