Skip to content

Commit 0202cf9

Browse files
committed
polish
1 parent 528fc95 commit 0202cf9

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,12 @@ terraform apply
8181
## Provision with Schematics
8282
Schematics is a cloud based Infrastructure as Code runner with cloud based state. It leverages the Terraform configuration described in the previous section.
8383

84-
[Create a Schematics Workspace from this github repository](https://cloud.ibm.com//schematics/workspaces/create?repository=https://github.com/IBM-Cloud/nodejs-MEAN-stack&terraform_version=terraform_v1.4)
84+
[Create a Schematics Workspace from this github repository](https://cloud.ibm.com/schematics/workspaces/create?repository=https://github.com/powellquiring/nodejs-MEAN-stack&terraform_version=terraform_v1.4)
85+
86+
The link above should have opened a schematics workspace in the create dialog with the github repository pre-configured and terraform 1.4 selected. Change the **Workspace name**, **Resource group**, and **Location** as desired. This will be the resource group of the workspace. The resource group of the resources created will be configured in schematics. Click **Create**.
87+
88+
89+
8590

8691
## Contribute
8792
Please create a pull request with your desired changes.
@@ -94,4 +99,4 @@ The primary source of debugging information for your app running in the cloud ar
9499
For more detailed information on troubleshooting your application, see the [Troubleshooting apps section](https://cloud.ibm.com/docs/codeengine?topic=codeengine-troubleshoot-apps) in the documentation.
95100

96101
## License
97-
See [LICENSE.MD](https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/LICENSE.md) for license information.
102+
See [LICENSE.MD](https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/LICENSE.md) for license information.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack.git"
13+
"url": "https://github.com/powellquiring/nodejs-MEAN-stack.git"
1414
},
1515
"keywords": [
1616
"Node.js",
@@ -23,9 +23,9 @@
2323
"author": "IBM Cloud",
2424
"license": "Apache-2.0",
2525
"bugs": {
26-
"url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/issues"
26+
"url": "https://github.com/powellquiring/nodejs-MEAN-stack/issues"
2727
},
28-
"homepage": "https://github.com/IBM-Cloud/nodejs-MEAN-stack",
28+
"homepage": "https://github.com/powellquiring/nodejs-MEAN-stack",
2929
"dependencies": {
3030
"bcrypt": "5.0.1",
3131
"body-parser": "1.19.0",

0 commit comments

Comments
 (0)