Skip to content

Commit 09dedfe

Browse files
authored
Fixed broken links in docs\README.md and yourmission sequence
1 parent 6edb52f commit 09dedfe

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following instructions describe how to perform common tasks related to **SaC
66

77
When using SaC sequences are created as UML and grouped together as Missions.
88

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.
1010

1111
### Creating Sequences - Automatically
1212

@@ -24,7 +24,7 @@ To generate the SVG files for a repository created from a release of [Sequences
2424

2525
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.
2626

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.
2828

2929
**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/).
3030

@@ -86,8 +86,8 @@ The contents and changes in each release are documented in the [CHANGELOG.md](ht
8686

8787
## Stand up a new Instance of SaC
8888

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.
9090

9191
## Update an Instance of SaC
9292

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

Comments
 (0)