From 5760776d1dc5f60a2ef63448d999cc6b511fa836 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 20 Jul 2026 18:40:55 +0200 Subject: [PATCH] Use HTTPS canonical URLs --- _config.yml | 4 ++-- api/_config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 12799095..8e51c042 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ timezone: # URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' -url: http://docs.screeps.com/ +url: https://docs.screeps.com/ root: / permalink: :title/ @@ -72,4 +72,4 @@ marked: breaks: false smartypants: false -github: screeps/docs \ No newline at end of file +github: screeps/docs diff --git a/api/_config.yml b/api/_config.yml index aa39bf81..88828ee7 100644 --- a/api/_config.yml +++ b/api/_config.yml @@ -11,7 +11,7 @@ timezone: # URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' -url: http://docs.screeps.com/api +url: https://docs.screeps.com/api root: /api/ permalink: :title.html permalink_defaults: