From d7e961a3cda9cf9374a53590eb9e3f23c32d2866 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 7 May 2021 12:56:24 +0200 Subject: 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 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 -- cgit v1.2.3