diff --git a/src/constructors.jl b/src/constructors.jl index af82d6b2..297e9bdd 100644 --- a/src/constructors.jl +++ b/src/constructors.jl @@ -57,7 +57,7 @@ struct HMCSampler{K<:AbstractMCMCKernel,M<:AbstractMetric,A<:AbstractAdaptor} <: κ::K "Choice of initial metric [`AbstractMetric`](@ref). The metric type will be preserved during adaption." metric::M - "[`AbstractAdaptor`](@ref)." + "[`AdvancedHMC.Adaptation.AbstractAdaptor`](@ref)." adaptor::A end