Skip to content

Commit d9e4c10

Browse files
authored
update a few lingering uses of [Bb]luemix (#4794)
1 parent f418c25 commit d9e4c10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You do not have to include this information if this is a feature request.
2424

2525
## Environment details:
2626

27-
* local deployment, native ubuntu, Mac OS, Bluemix, ...
27+
* local deployment, native ubuntu, Mac OS, Kubernetes, ...
2828
* version of docker, ubuntu, ...
2929

3030
## Steps to reproduce the issue:

ansible/tasks/db/grantPermissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
force_basic_auth: yes
5959
when: db.provider == 'CouchDB'
6060

61-
# https://console.bluemix.net/docs/services/Cloudant/api/authorization.html#authorization
61+
# https://cloud.ibm.com/docs/services/Cloudant/api/authorization.html#authorization
6262
- name: grant permissions for Cloudant
6363
uri:
6464
url: "{{ db.protocol }}://{{ dbHost }}:{{ db.port }}/{{ dbName }}/_security"

tools/db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Detailed instructions are found in the [Ansible README](../../ansible/README.md)
4343
As an alternative to a self-managed CouchDB, you may want to try [Cloudant](https://cloudant.com) which is a cloud-based database service.
4444

4545
### Create a Cloudant account via IBM Cloud
46-
Sign up for an account via [IBM Cloud](https://bluemix.net). IBM Cloud offers trial accounts and its signup process is straightforward so it is not described here in detail. Using IBM Cloud, the most convenient way to create a Cloudant instance is via the `cf` command-line tool. See [here](https://www.ng.bluemix.net/docs/starters/install_cli.html) for instructions on how to download and configure `cf` to work with your IBM Cloud account.
46+
Sign up for an account via [IBM Cloud](https://cloud.ibm.com). IBM Cloud offers trial accounts and its signup process is straightforward so it is not described here in detail. Using IBM Cloud, the most convenient way to create a Cloudant instance is via the `cf` command-line tool. See [here](https://cloud.ibm.com/docs/starters/install_cli.html) for instructions on how to download and configure `cf` to work with your IBM Cloud account.
4747

4848
When `cf` is set up, issue the following commands to create a Cloudant database.
4949

0 commit comments

Comments
 (0)