summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 12:56:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-07 12:57:03 +0200
commitd7e961a3cda9cf9374a53590eb9e3f23c32d2866 (patch)
tree473034f0c7d1980e5f737b1dd6d0d4e2a515f318
parentspec: Fix links (diff)
downloadrtems-central-d7e961a3cda9cf9374a53590eb9e3f23c32d2866.tar.bz2
spec: Fix links
-rw-r--r--spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml2
-rw-r--r--spec/acfg/req/mp-extra-server-stack.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml b/spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml
index e669aa6f..3506bb94 100644
--- a/spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml
+++ b/spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml
@@ -8,5 +8,5 @@ links:
rationale: null
text: |
The value of the application configuration option shall be an integral
- multiple of ${bdbuf-buffer-min-size:/name}.
+ multiple of ${../if/bdbuf-buffer-min-size:/name}.
type: constraint
diff --git a/spec/acfg/req/mp-extra-server-stack.yml b/spec/acfg/req/mp-extra-server-stack.yml
index 8d3f7604..93c389ce 100644
--- a/spec/acfg/req/mp-extra-server-stack.yml
+++ b/spec/acfg/req/mp-extra-server-stack.yml
@@ -12,5 +12,5 @@ requirement-type: non-functional
text: |
The system shall provide an application configuration option which defines
the number of bytes the applications wishes to add to the MPCI task stack on
- top of ${min-task-stack-size:/name}.
+ top of ${../if/min-task-stack-size:/name}.
type: requirement