From de5742a9296d082d0e1e9c7f2bcff00694417f66 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Sun, 27 Aug 2023 12:34:50 -0400 Subject: [PATCH] docs: use relative path for custom header images --- docs/Brew-Test-Bot.md | 4 ++-- docs/Homebrew-on-Linux.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md index 28d32ced95..63ada0df93 100644 --- a/docs/Brew-Test-Bot.md +++ b/docs/Brew-Test-Bot.md @@ -1,6 +1,6 @@ --- -logo: https://brew.sh/assets/img/brewtestbot.png -image: https://brew.sh/assets/img/brewtestbot.png +logo: /assets/img/brewtestbot.png +image: /assets/img/brewtestbot.png --- # Brew Test Bot diff --git a/docs/Homebrew-on-Linux.md b/docs/Homebrew-on-Linux.md index deeab09c41..56c696292f 100644 --- a/docs/Homebrew-on-Linux.md +++ b/docs/Homebrew-on-Linux.md @@ -1,6 +1,6 @@ --- -logo: https://brew.sh/assets/img/linuxbrew.png -image: https://brew.sh/assets/img/linuxbrew.png +logo: /assets/img/linuxbrew.png +image: /assets/img/linuxbrew.png redirect_from: - /linux - /Linux