Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions oft-live-demo-medium.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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)
* [User guide](https://github.com/itsallcode/openfasttrace/blob/main/doc/user_guide.md)