From fcd95b48972028469f8a75b073188560083b0de2 Mon Sep 17 00:00:00 2001 From: Dylan Asmar Date: Fri, 26 Jan 2024 16:25:59 -0800 Subject: [PATCH] Changed to internal reference using Documenter. --- docs/src/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/get_started.md b/docs/src/get_started.md index a4b670ef..14c40811 100644 --- a/docs/src/get_started.md +++ b/docs/src/get_started.md @@ -29,4 +29,4 @@ POMDP policy. Lastly, we evaluate the results. There are a few things to mention here. First, the TigerPOMDP type implements all the functions required by QMDPSolver to compute a policy. Second, each policy has a default updater (essentially a filter used to update the -belief of the POMDP). To learn more about Updaters check out the [Concepts](http://juliapomdp.github.io/POMDPs.jl/latest/concepts/) section. +belief of the POMDP). To learn more about Updaters check out the [Concepts and Architecture](@ref) section.