Skip to content

Commit c4f7e9a

Browse files
authored
Fix link to Motzkin example (#339)
1 parent 12a477a commit c4f7e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/sumofsquares.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The first explicit example of polynomial that was not a sum of squares was given
4444
x_1^4x_2^2 + x_1^2x_2^4 + 1 - 3x_1^2x_2^2 \geq 0 \quad \forall x
4545
```
4646
While it is not a sum of squares, it can still be certified to be nonnegative using sum-of-squares programming by identifying it with a rational sum-of-squares decomposition.
47-
These facts can be verified numerically using this package as detailed in the [motzkin notebook](https://github.com/jump-dev/SumOfSquares.jl/blob/master/examples/motzkin.ipynb).
47+
These facts can be verified numerically using this package as detailed in the [Motzkin](@ref) example.
4848

4949
### References
5050

0 commit comments

Comments
 (0)