From bd95198916ac4afaff4f7d69cceb94707060a27b Mon Sep 17 00:00:00 2001 From: karlhillx Date: Mon, 6 Jul 2026 01:47:59 -0400 Subject: [PATCH] Fix #501: use absolute URL for STScI logo in README The relative path docs/_static/stsci_pri_combo_mark_white.png does not render on PyPI. Switch to an absolute raw.githubusercontent.com URL so the brandmark displays on both GitHub and PyPI. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ba8ab338..a00d6f540 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ STScI Calibration algorithms and tools. - + > [!IMPORTANT] > Linux and MacOS platforms are tested and supported. Windows is not currently supported.