You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following instructions describe how to perform common tasks related to **SaC
6
6
7
7
When using SaC sequences are created as UML and grouped together as Missions.
8
8
9
-
Details on how to create missions and sequences can be found in the SaC [Help](https://github.com/pages/dxc-technology/Sequences-as-Code/#/sachelp) mission and it's associated sequences.
9
+
Details on how to create missions and sequences can be found in the SaC [Help](https://dxc-technology.github.io/Sequences-as-Code/#/sachelp) mission and it's associated sequences.
10
10
11
11
### Creating Sequences - Automatically
12
12
@@ -24,7 +24,7 @@ To generate the SVG files for a repository created from a release of [Sequences
24
24
25
25
The `./generatesvg.sh` script uses PlantUML a dockerized command line utility to convert UML files to SVG files. The `./generatesvg.sh` script requires docker to be installed and running locally.
26
26
27
-
**Tip 1**`./generatesvg.sh` will generate SVG files for all the UML files it finds in the mission subfolders of the folder `src/sequences`. This may take some time and should not be necessary for the SaC [Help](https://github.com/pages/dxc-technology/Sequences-as-Code/#/sachelp) mission. Prior to running `./generatesvg.sh` you can adjust the script to ensure it only finds and processes the UML files you need processed.
27
+
**Tip 1**`./generatesvg.sh` will generate SVG files for all the UML files it finds in the mission subfolders of the folder `src/sequences`. This may take some time and should not be necessary for the SaC [Help](https://dxc-technology.github.io/Sequences-as-Code/#/sachelp) mission. Prior to running `./generatesvg.sh` you can adjust the script to ensure it only finds and processes the UML files you need processed.
28
28
29
29
**Tip 2** When running the `./generatesvg.sh` script you can ignore any WARNINGS reported. In the event of an ERROR unfortunately no details are provided by `think/plantuml`. If you need to view specific error details you can use [PlantText](https://www.planttext.com/).
30
30
@@ -86,8 +86,8 @@ The contents and changes in each release are documented in the [CHANGELOG.md](ht
86
86
87
87
## Stand up a new Instance of SaC
88
88
89
-
To stand up a new instance of SaC follow the instructions in the *Create new dedicated instance of SaC* sequence in the SaC [Help](https://github.com/pages/dxc-technology/Sequences-as-Code/#/sachelp) mission.
89
+
To stand up a new instance of SaC follow the instructions in the *Create new dedicated instance of SaC* sequence in the SaC [Help](https://dxc-technology.github.io/Sequences-as-Code/#/sachelp) mission.
90
90
91
91
## Update an Instance of SaC
92
92
93
-
To update an instance of SaC follow the instructions in the *Update an instance of SaC with a new release* sequence in the SaC [Help](https://github.com/pages/dxc-technology/Sequences-as-Code/#/sachelp) mission.
93
+
To update an instance of SaC follow the instructions in the *Update an instance of SaC with a new release* sequence in the SaC [Help](https://dxc-technology.github.io/Sequences-as-Code/#/sachelp) mission.
0 commit comments