From 4fd79a2809bb110a427c6160d654b8712c37c787 Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Mon, 20 May 2024 00:25:42 +0200 Subject: [PATCH] try to fix link --- docs/src/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index edb05df85..37cff3bd8 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -85,7 +85,7 @@ changes. * Added support for using `Problem` as an atom (#646) * `show(::IO, ::Problem)` now includes some problem statistics (#650) * `show(::IO, ::Problem)` now prints less of the expression tree by default (#661) - * A [new example](#Continuity-of-the-quantum-conditional-entropy) for quantum conditional entropy has been added. (#671) + * A [new example](@ref "Continuity of the quantum conditional entropy") for quantum conditional entropy has been added. (#671) * `solve!` now returns the problem itself (#658) ### Fixed