From 227b9c50c0a462f96fc41a58d87b3f559c3fe81f Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 8 Feb 2026 16:02:18 +0100 Subject: [PATCH] Fix links --- oft-live-demo-medium.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oft-live-demo-medium.md b/oft-live-demo-medium.md index e20b5ab..a48c8a2 100644 --- a/oft-live-demo-medium.md +++ b/oft-live-demo-medium.md @@ -88,7 +88,7 @@ Note that all parts are mandatory for an ID. The artifact type is used to tell r ### Requirements in OFT -Let's have a look at the OFT system [requirement specification](https://github.com/itsallcode/openfasttrace/blob/develop/doc/system_requirements.md) to get an idea of context we use those IDs in. +Let's have a look at the OFT system [requirement specification](https://github.com/itsallcode/openfasttrace/blob/develop/doc/spec/system_requirements.md) to get an idea of context we use those IDs in. ```bash grep -B 1 -A 33 'req~specification-item~' doc/spec/system_requirements.md @@ -108,7 +108,7 @@ In OFT we mostly talk about "Specification Item" which are a superset of require ### Links to the Design -You saw that the requirement in the system specification requires coverage in a [design document](https://github.com/itsallcode/openfasttrace/blob/develop/doc/design.md). The easiest way for us to find this coverage - apart from using OFT - is to use a simple text search. +You saw that the requirement in the system specification requires coverage in a [design document](https://github.com/itsallcode/openfasttrace/blob/develop/doc/spec/design.md). The easiest way for us to find this coverage - apart from using OFT - is to use a simple text search. ```bash grep -n 'req~specification-item~' doc/spec/design.md @@ -330,4 +330,4 @@ You can find documentation about OpenFastTrace on GitHub: * [OpenFastTrace project page](https://github.com/itsallcode/openfasttrace) * [Contributing to OFT](https://github.com/itsallcode/openfasttrace/CONTRIBUTING.md) -* [User guide](https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md) \ No newline at end of file +* [User guide](https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md)