Skip to content

Commit e91665c

Browse files
authored
Merge pull request #708 from intersystems/link-hcc-online-learning
Update hcc.md
2 parents ae81586 + 24d32e1 commit e91665c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/hcc.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Control with Embedded Git for Health Connect Cloud
22

3+
## Start Here
4+
It is highly recommended to start with the following online course: [Building Health Connect Cloud Interfaces with Source Control](https://learning.intersystems.com/course/view.php?id=2641).
5+
36
## General
47
The recommended workflow for Health Connect Cloud is to: create an interface branch, make changes, sync them to GitLab, create a merge request, review and approve the merge request, and then test the changes after they are automatically deployed into a protected namespace.
58

@@ -22,7 +25,7 @@ A Health Connect Cloud Dev deployment will have at least one Protected Namespace
2225
- Onboard customers on source control tools for Health Connect Cloud
2326
- Maintain change control documentation and videos
2427
<!-- - [Official Change Control Documentation](https://docs.intersystems.com) -->
25-
- [Learning Videos](https://learning.intersystems.com/course/view.php?name=HCCSourceControlUI)
28+
- [Learning Videos](https://learning.intersystems.com/course/view.php?id=2641)
2629

2730
# InterSystems-Recommended Workflow - Embedded Git and GitLab
2831

@@ -177,4 +180,4 @@ Some users may prefer a client-side source control approach instead of Embedded
177180
* protected branch: a branch in Git to which all commits must originate from a merge request
178181
* development branch: the protected branch associated with a Protected Namespace in the Dev Deployment. This branch is automatically present in the GitLab repository.
179182
* test branch: the protected branch associated with a Protected Namespace in the Test Deployment. This branch is automatically present in the GitLab repository.
180-
* live branch: the protected branch associated with a Protected Namespace in the Prod Deployment. This branch is automatically present in the GitLab repository.
183+
* live branch: the protected branch associated with a Protected Namespace in the Prod Deployment. This branch is automatically present in the GitLab repository.

0 commit comments

Comments
 (0)