From f1595494863c2851946e90775d31d4112c4cb374 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 9 Jun 2023 15:56:41 -0400 Subject: [PATCH] No protocol-less URLs - they seem to confuse Zola now --- config.toml | 4 ++-- content/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 271e69d..5bfba88 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,8 @@ -base_url = "//docs.worldwidetelescope.org/user-manual/1" +base_url = "https://docs.worldwidetelescope.org/user-manual/1" title = "WorldWide Telescope User Manual" description = "WorldWide Telescope is a tool for showcasing astronomical data and knowledge." theme = "wwtguide" [extra] -github_base = "//github.com/WorldWideTelescope/worldwide-telescope-manual" +github_base = "https://github.com/WorldWideTelescope/worldwide-telescope-manual" google_analytics_id = "UA-107473046-3" diff --git a/content/_index.md b/content/_index.md index a3ad284..c5ec3e0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,7 +12,7 @@ panorama of the universe. {% note(html=1) %} While this guide was written for the Windows version of WWT, it should also be helpful for understanding the WWT web client since its user +href="https://worldwidetelescope.org/webclient/">web client since its user interface mirrors that of the Windows program. However, some specialized features are unavailable in the web client. We’re working to annotate this guide to show which parts are Windows-specific. Your contributions to that