[rtems-central commit] spec: Fix links

Sebastian Huber sebh at rtems.org
Fri May 7 17:06:26 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    d7e961a3cda9cf9374a53590eb9e3f23c32d2866
Changeset: http://git.rtems.org/rtems-central/commit/?id=d7e961a3cda9cf9374a53590eb9e3f23c32d2866

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  7 12:56:24 2021 +0200

spec: Fix links

---

 spec/acfg/constraint/multiple-of-bdbuf-buffer-min-size.yml | 2 +-
 spec/acfg/req/mp-extra-server-stack.yml                    | 2 +-
 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 e669aa6..3506bb9 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 8d3f760..93c389c 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



More information about the vc mailing list