From 91e891fb50d3c6eccbef1e6420cacdf53d8b948d Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 16 Jan 2025 15:53:07 +0000 Subject: [PATCH] Fix 404 page (#575) --- 404.qmd | 4 +++- _quarto.yml | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/404.qmd b/404.qmd index 6c761d3f1..6c8cf80fb 100755 --- a/404.qmd +++ b/404.qmd @@ -4,4 +4,6 @@ title: Page Not Found The page you requested cannot be found (perhaps it was moved or renamed). -You may want to visit [Get-Started Guide]({{< meta get-started >}}) or [Tutorials]({{< meta tutorials-intro >}}). +You may want to return to the [documentation home page](https://turinglang.org/docs). + +If you believe this is an error, please do report it by [opening an issue](https://github.com/TuringLang/docs/issues/new). diff --git a/_quarto.yml b/_quarto.yml index 586af0f35..613e9b87f 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -9,8 +9,7 @@ project: # These cannot be used as variables. They are reserved for the project configuration. website: title: "Turing.jl" - site-url: https://turinglang.org/ - site-path: "/" + site-url: "https://turinglang.org/docs/" favicon: "assets/favicon.ico" search: location: navbar