From b90794879a7fb82e7ad8ae2e64f6f65fccfdf5a5 Mon Sep 17 00:00:00 2001 From: Gyan Ranjan Panda Date: Thu, 5 Feb 2026 20:48:33 +0530 Subject: [PATCH 1/2] docs: remove broken logo link from GSoC 2017 page The RawGit CDN service (cdn.rawgit.com) has been permanently shut down, causing the AboutCode logo image to return a 404 error. This commit removes the broken image reference from the archived GSoC 2017 documentation page. Fixes #231 Signed-off-by: Gyan Ranjan Panda --- docs/source/archive/gsoc/org_pages/gsoc_2017.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/archive/gsoc/org_pages/gsoc_2017.rst b/docs/source/archive/gsoc/org_pages/gsoc_2017.rst index d6f595a6..eaaaa914 100644 --- a/docs/source/archive/gsoc/org_pages/gsoc_2017.rst +++ b/docs/source/archive/gsoc/org_pages/gsoc_2017.rst @@ -1,12 +1,6 @@ Google Summer of Code 2017 ========================== - -.. image:: https://cdn.rawgit.com/wiki/nexB/aboutcode/aboutcode_logo.svg - :target: http://www.aboutcode.org/ - :alt: AboutCode Logo - - Welcome to AboutCode! This year AboutCode is a mentoring Organization for the Google Summer of Code 2017 edition. From eed778644fe1056d41e43d6567d6e461e522079f Mon Sep 17 00:00:00 2001 From: Gyan Ranjan Panda Date: Fri, 6 Feb 2026 01:57:40 +0530 Subject: [PATCH 2/2] docs: add AboutCode logo to GSoC 2017 page Instead of just removing the broken logo, this commit adds the official AboutCode logo from the website. The logo is now stored locally in the repository at docs/source/_static/images/aboutcode_logo.svg and referenced using a relative path. This ensures the logo will always be available and won't break if external services go down. Fixes #231 Signed-off-by: Gyan Ranjan Panda --- docs/source/_static/images/aboutcode_logo.svg | 1 + docs/source/archive/gsoc/org_pages/gsoc_2017.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/source/_static/images/aboutcode_logo.svg diff --git a/docs/source/_static/images/aboutcode_logo.svg b/docs/source/_static/images/aboutcode_logo.svg new file mode 100644 index 00000000..66233177 --- /dev/null +++ b/docs/source/_static/images/aboutcode_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/source/archive/gsoc/org_pages/gsoc_2017.rst b/docs/source/archive/gsoc/org_pages/gsoc_2017.rst index eaaaa914..78f43cfe 100644 --- a/docs/source/archive/gsoc/org_pages/gsoc_2017.rst +++ b/docs/source/archive/gsoc/org_pages/gsoc_2017.rst @@ -1,6 +1,13 @@ Google Summer of Code 2017 ========================== + +.. image:: /_static/images/aboutcode_logo.svg + :target: https://www.aboutcode.org/ + :alt: AboutCode Logo + :width: 200px + + Welcome to AboutCode! This year AboutCode is a mentoring Organization for the Google Summer of Code 2017 edition.