Skip to content

Commit 5aa5eca

Browse files
authored
Update README.MD (#834)
1 parent 0a434c7 commit 5aa5eca

File tree

1 file changed

+4
-4
lines changed
  • instructions/cloud-hosted-guide-microprofile-opentracing-jaeger

1 file changed

+4
-4
lines changed

instructions/cloud-hosted-guide-microprofile-opentracing-jaeger/README.MD

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mirror Instructions
2-
All of the folders under `https://github.com/OpenLiberty/quick-labs/tree/master/instructions/` have a matching Gitlab repository used for SkillsNetwork labs.
3-
When creating a new quick-labs guide some steps must be taken to ensure that future changes will be mirrored.
2+
All of the folders under `https://github.com/OpenLiberty/cloud-hosted-guides/tree/master/instructions/` have a matching Gitlab repository used for SkillsNetwork labs.
3+
When creating a new cloud-hosted-guides guide some steps must be taken to ensure that future changes will be mirrored.
44

55
1. Create the Quicklab
66

@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix: # Uses an array of Json variables to pass the repo names.
2323
# The names differ between Github and Gitlab so this is necessary.
24-
# Add new quick-labs here to add them to the mirror process.
24+
# Add new cloud-hosted-guides here to add them to the mirror process.
2525
# i.e. {"github":"new-lab-github-folder","gitlab":"new-lab-gitlab-url"}
2626
repo:
2727
- {"github":"develop-microservices-docker","gitlab":"using-docker-to-develop-java-microservices"}
@@ -34,4 +34,4 @@ jobs:
3434

3535
Once the Gitlab repository has been created the owner/maintainer must assign the correct deploy key.
3636
This can be done by going to `https://gitlab.com/ibm/skills-network/quicklabs/<repo-name>/settings/repository`, scrolling down to the `Deploy Keys` section and enabling the `DEPLOY_KEY_QUICK_LABS` key.
37-
You must then navigate the the `Enabled deploy keys` tab and select the edit option for the newly added key, from here enable the `Write access allowed` setting.
37+
You must then navigate the the `Enabled deploy keys` tab and select the edit option for the newly added key, from here enable the `Write access allowed` setting.

0 commit comments

Comments
 (0)