Skip to content

Commit 4ae7fc5

Browse files
authored
Merge pull request #114 from eclipse-score/bugfix
fix wrong links to work products
2 parents 59ce869 + bd4e1e3 commit 4ae7fc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "1.0.3",
16+
version = "1.0.4",
1717
compatibility_level = 1,
1818
)
1919

process/folder_templates/features/feature_name/safety_analysis/dfa.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Dependent Failure Analysis
2020
:id: doc__feature_name_dfa
2121
:status: draft
2222
:safety: ASIL_B
23-
:realizes: wp__sw_feature_dfa
23+
:realizes: wp__feature_dfa
2424
:tags: template
2525

2626
.. attention::

process/folder_templates/features/feature_name/safety_analysis/fmea.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Safety Analysis : FMEA
2020
:id: doc__feature_name_fmea
2121
:status: draft
2222
:safety: ASIL_B
23-
:realizes: wp__sw_feature_safety_analysis
23+
:realizes: wp__feature_safety_analysis
2424
:tags: template
2525

2626
.. attention::

0 commit comments

Comments
 (0)