Skip to content

Commit fc47178

Browse files
authored
Merge pull request #13372 from synalice/patch-1
Fix broken link
2 parents 197484c + da76bc0 commit fc47178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/source/store/store-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In particular, the edge corresponding to a reference is from the store object th
1818
References other than a self-reference must not form a cycle.
1919
The graph of references excluding self-references thus forms a [directed acyclic graph].
2020

21-
[directed acyclic graph]: @docroot@/glossary.md#gloss-directed acyclic graph
21+
[directed acyclic graph]: @docroot@/glossary.md#gloss-directed-acyclic-graph
2222

2323
We can take the [transitive closure] of the references graph, which any pair of store objects have an edge not if there is a single reference from the first to the second, but a path of one or more references from the first to the second.
2424
The *requisites* of a store object are all store objects reachable by paths of references which start with given store object's references.

0 commit comments

Comments
 (0)