Skip to content

Commit 71437dd

Browse files
committed
Fix doc link
1 parent c5c8edc commit 71437dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/apireference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ delete(::ModelLike, ::Index)
192192
the variables created with [`add_constrained_variable`](@ref) or
193193
[`add_constrained_variables`](@ref). Adding constrained variables instead of
194194
constraining free variables with [`add_constraint`](@ref) allows
195-
[variable bridges](@ref Variable bridges) to be used.
195+
[variable bridges](@ref variable_bridges) to be used.
196196
Note further that free variables that are constrained with
197197
[`add_constraint`](@ref) may be copied by [`copy_to`](@ref) with
198198
[`add_constrained_variable`](@ref) or [`add_constrained_variables`](@ref) by the
@@ -508,7 +508,7 @@ Bridges.add_bridge
508508
Bridges.full_bridge_optimizer
509509
```
510510

511-
### Variable bridges
511+
### [Variable bridges](@id variable_bridges)
512512

513513
When variables are added, either free with
514514
[`add_variable`](@ref)/[`add_variables`](@ref),

0 commit comments

Comments
 (0)