From 9026db4194f54dd26c0d3610b86e780df8cebdd8 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:36:26 +0100 Subject: [PATCH] Fix links --- src/Enzyme.jl | 2 +- src/compiler.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Enzyme.jl b/src/Enzyme.jl index c002ba4988..495a6c9ce5 100644 --- a/src/Enzyme.jl +++ b/src/Enzyme.jl @@ -264,7 +264,7 @@ Enzyme.autodiff(ReverseWithPrimal, x->x*x, Active(3.0)) return (fused, results[2:end]...) end - throw(ErrorException("Reverse-mode Active Complex return is ambiguous and requires more information to specify the desired result. See https://enzyme.mit.edu/julia/stable/#Complex for more details.")) + throw(ErrorException("Reverse-mode Active Complex return is ambiguous and requires more information to specify the desired result. See https://enzyme.mit.edu/julia/stable/faq/#Complex-numbers for more details.")) end thunk = Enzyme.Compiler.thunk(Val(world), FA, A, tt′, #=Split=# Val(API.DEM_ReverseModeCombined), Val(width), ModifiedBetween, Val(ReturnPrimal), #=ShadowInit=#Val(false), RABI) diff --git a/src/compiler.jl b/src/compiler.jl index 8b2dd6b469..195429e985 100644 --- a/src/compiler.jl +++ b/src/compiler.jl @@ -513,7 +513,7 @@ end return true end @assert state == MixedState - throw(AssertionError(string(T)*" has mixed internal activity types. See https://enzyme.mit.edu/julia/dev/#Mixed-Activity for more information")) + throw(AssertionError(string(T)*" has mixed internal activity types. See https://enzyme.mit.edu/julia/stable/faq/#Mixed-activity for more information")) else return false end