Link to edges directly

ida_star
Wilfred Hughes 2021-07-31 10:29:48 +07:00
parent a4751b98f1
commit 5b440a69b3
1 changed files with 2 additions and 2 deletions

@ -24,7 +24,7 @@ use Edge::*;
/// ^ ^
/// ```
///
/// From this vertex, we could take the `NovelAtomLHS` edge, bringing
/// From this vertex, we could take [`Edge::NovelAtomLHS`], bringing
/// us to this vertex.
///
/// ```
@ -32,7 +32,7 @@ use Edge::*;
/// ^ ^
/// ```
///
/// Alternatively, we could take the `NovelAtomRHS` edge, bringing us
/// Alternatively, we could take the [`Edge::NovelAtomRHS`], bringing us
/// to this vertex.
///
/// ```