Skip to content

Commit 18a3780

Browse files
authored
Merge pull request #395 from iteratec/fix/minor-link-fixes
Minor link fixes
2 parents a1e7044 + 967899a commit 18a3780

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ yarn build
121121
The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data).
122122

123123
## Teams and Groups
124-
To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions.
124+
To customize these teams, you can create your own [meta.yaml](src/assets/YAML/meta.yaml) file with your unique team definitions.
125125

126126
Assessments within the framework can be based on either a team or a specific application, which can be referred to as the context. Depending on how you define the context or teams, you may want to group them together.
127127

128128
Here are a couple of examples to illustrate this, in breakers the DSOMM word:
129129
- Multiple applications (teams) can belong to a single overarching team (application).
130130
- Multiple teams (teams) can belong to a larger department (group).
131131

132-
Feel free to create your own [meta.yaml](src/assets/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker).
132+
Feel free to create your own [meta.yaml](src/assets/YAML/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker).
133133
Here is an example to start docker with customized meta.yaml:
134134
```
135135
# Customized meta.yaml

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</button>
1818
<a
1919
class="github-fork-ribbon"
20-
href="https://github.com/wurstbrot/DevSecOps-MaturityModel"
20+
href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel"
2121
data-ribbon="Fork me on GitHub"
2222
title="Fork me on GitHub"
2323
>Fork me on GitHub</a

src/assets/Markdown Files/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ docker run -d -p 80:8080 wurstbrot/dsomm:latest
9898
The definition of the activities are in the [data-repository](https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel-data).
9999

100100
## Teams and Groups
101-
To customize these teams, you can create your own [meta.yaml](src/assets/meta.yaml) file with your unique team definitions.
101+
To customize these teams, you can create your own [meta.yaml](/assets/YAML/meta.yaml) file with your unique team definitions.
102102

103103
Assessments within the framework can be based on either a team or a specific application, which can be referred to as the context. Depending on how you define the context or teams, you may want to group them together.
104104

105105
Here are a couple of examples to illustrate this, in breakers the DSOMM word:
106106
- Multiple applications (teams) can belong to a single overarching team (application).
107107
- Multiple teams (teams) can belong to a larger department (group).
108108

109-
Feel free to create your own [meta.yaml](src/assets/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker).
109+
Feel free to create your own [meta.yaml](/assets/YAML/meta.yaml) file to tailor the framework to your specific needs and mount it in your environment (e.g. kubernetes or docker).
110110
Here is an example to start docker with customized meta.yaml:
111111
```
112112
# Customized meta.yaml

0 commit comments

Comments
 (0)