Skip to content

Commit bf52171

Browse files
fix: links
Fix old broken links.
1 parent 57ebd0d commit bf52171

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# BigDataCloud Javascript API Client
22

33

4-
A frontend Javascript client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.net)
4+
A frontend Javascript client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com)
55
This client works in plain Vanilla Javascript and also adds easy access if jQuery is available.
66

77

88

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

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

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

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

2020

2121

2222
## Documentation
2323

2424
For documentation specific to this api client, please read below.
25-
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).
25+
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).
2626

2727

2828

@@ -37,7 +37,7 @@ Please see the example below for how to set the API language.
3737
## Authentication / Identification
3838

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

4343
Provide this key when initiating the api client, and it will be included in all requests to the BigDataCloud API Server.
@@ -69,7 +69,7 @@ See the examples below.
6969
<script src="https://cdn.jsdelivr.net/gh/bigdatacloudapi/js-api-client@latest/bigdatacloud_api_client.min.js" type="text/javascript"></script>
7070
<script type="text/javascript">
7171

72-
var apiKey='XXX'; // Your api key found at: https://www.bigdatacloud.net/customer/account
72+
var apiKey='XXX'; // Your api key found at: https://www.bigdatacloud.com/account
7373

7474
//vanilla implementation
7575
var client=new BDCApiClient(apiKey);

0 commit comments

Comments
 (0)