summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/dynamic_specs.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/dynamic_specs.md b/docs/manual/dynamic_specs.md
index 8a3370b84..195d4c038 100644
--- a/docs/manual/dynamic_specs.md
+++ b/docs/manual/dynamic_specs.md
@@ -29,3 +29,6 @@ testing but one needs to be careful that the spec syntax is not
already parsed when the spec file is read. Avoid Spec directives or
sections starting right at the beginning of the line as they will be
interpreted right away.
+
+[Example](https://github.com/rpm-software-management/rpm/blob/master/tests/data/SPECS/dynamic.spec)
+from our tests set.