Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 66f86ca

Browse files
committed
Corrected old bluemix.net documentation links
1 parent 2df1088 commit 66f86ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Note, if you only have a single Cloudant service then specifying the
224224

225225
You can optionally provide a callback to the Cloudant initialization
226226
function. This will make the library automatically
227-
[ping](https://console.bluemix.net/docs/services/Cloudant/api/account.html#ping)
227+
[ping](https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-account#ping)
228228
Cloudant to confirm the connection and that your credentials work.
229229

230230
Here is a simple example of initializing asynchronously, using its optional
@@ -253,7 +253,7 @@ Cloudant({ account: me, password: password }, function(err, cloudant, pong) {
253253
initialization callback will always add the `cookieauth` plugin to the list of
254254
configured plugins. If you do not want to use `cookieauth` then you should not
255255
use this initialization callback, instead initalize the client without a
256-
callback and then call the [ping function](https://console.bluemix.net/docs/services/Cloudant/api/account.html#ping)
256+
callback and then call the [ping function](https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-account#ping)
257257
e.g.:
258258

259259
```js
@@ -406,7 +406,7 @@ var cloudant = Cloudant({ url: myurl, maxAttempt: 5, plugins: [ { iamauth: { iam
406406
407407
IBM Cloud Identity & Access Management enables you to securely authenticate
408408
users and control access to all cloud resources consistently in the IBM
409-
Bluemix Cloud Platform.
409+
Cloud Platform.
410410
411411
This plugin will automatically exchange your IAM API key for a token. It will
412412
handle the authentication and ensure that the token is refreshed as required.
@@ -431,7 +431,7 @@ var cloudant = Cloudant({ url: myurl, maxAttempt: 5, plugins: [ { iamauth: { iam
431431
(either because the IAM token service is down or the IAM API key is
432432
incorrect) then an error is returned to the client.
433433
434-
See [IBM Cloud Identity and Access Management](https://console.bluemix.net/docs/services/Cloudant/guides/iam.html#ibm-cloud-identity-and-access-management) for more information.
434+
See [IBM Cloud Identity and Access Management](https://cloud.ibm.com/docs/services/Cloudant/guides?topic=cloudant-ibm-cloud-identity-and-access-management-iam-) for more information.
435435
436436
3. `retry`
437437
@@ -512,7 +512,7 @@ This library adds documentation for the following:
512512
513513
Cloudant API keys are part of the legacy access controls. They are different from
514514
the access control mechanisms offered by IBM Cloud IAM. See
515-
[here](https://console.bluemix.net/docs/services/Cloudant/guides/iam.html#ibm-cloud-identity-and-access-management-iam-)
515+
[here](https://cloud.ibm.com/docs/services/Cloudant/guides?topic=cloudant-ibm-cloud-identity-and-access-management-iam-)
516516
for more details.
517517
518518
This feature interfaces with the Cloudant [authorization API][Authorization].
@@ -1304,13 +1304,13 @@ specific language governing permissions and limitations under the License.
13041304
* [Issues]
13051305
* [Nano Library]
13061306
1307-
[Authentication]: https://console.bluemix.net/docs/services/Cloudant/api/authentication.html
1308-
[Authorization]: https://console.bluemix.net/docs/services/Cloudant/api/authorization.html#authorization
1309-
[CORS]: https://console.bluemix.net/docs/services/Cloudant/api/cors.html#cors
1310-
[Cloudant Documentation]: https://console.bluemix.net/docs/services/Cloudant/cloudant.html#overview
1311-
[Cloudant Geospatial]: https://console.bluemix.net/docs/services/Cloudant/api/cloudant-geo.html#cloudant-geospatial
1312-
[Cloudant Query]: https://console.bluemix.net/docs/services/Cloudant/api/cloudant_query.html#query
1313-
[Cloudant Search]: https://console.bluemix.net/docs/services/Cloudant/api/search.html
1307+
[Authentication]: https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-authentication
1308+
[Authorization]: https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-authorization
1309+
[CORS]: https://cloud.ibm.com/docs/services/Cloudant/api?topic=cloudant-cors
1310+
[Cloudant Documentation]: https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-overview
1311+
[Cloudant Geospatial]: https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-cloudant-nosql-db-geospatial
1312+
[Cloudant Query]: https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-query
1313+
[Cloudant Search]: https://cloud.ibm.com/docs/services/Cloudant?topic=cloudant-search
13141314
[Follow library]: https://github.com/cloudant-labs/cloudant-follow
13151315
[Issues]: https://github.com/cloudant/nodejs-cloudant/issues
13161316
[Nano Library]: https://github.com/apache/couchdb-nano

0 commit comments

Comments
 (0)