Hello, The current project urls in ob-doc-maxima.org are out-of-date (the .net urls redirect to the new .io ones). The project image file has moved and no longer loads. This patch corrects those problems.
Best, Leo
From dceb35854fcda3e467c3b1bd8f7f343434f7fb2f Mon Sep 17 00:00:00 2001 From: Leo Butler <leo.but...@umanitoba.ca> Date: Tue, 26 Sep 2023 11:04:45 -0500 Subject: [PATCH] * org-contrib/babel/languages/ob-doc-maxima.org: correct urls The old .net urls have been replaced by .io urls. These pages are served over https. The location of the project banner has moved, so that is updated, too. --- org-contrib/babel/languages/ob-doc-maxima.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org-contrib/babel/languages/ob-doc-maxima.org b/org-contrib/babel/languages/ob-doc-maxima.org index a6b403dc..50438b3a 100644 --- a/org-contrib/babel/languages/ob-doc-maxima.org +++ b/org-contrib/babel/languages/ob-doc-maxima.org @@ -14,11 +14,12 @@ #+begin_export html <div id="subtitle" style="float: center; text-align: center;"> <p> - Org Mode support for <a href="http://maxima.sourceforge.net/">Maxima</a> + Org Mode support for <a href="https://maxima.sourceforge.io/">Maxima</a> </p> <p> - <a href="http://maxima.sourceforge.net/"> - <img src="http://maxima.sourceforge.net/i/logo.png"/> + <a href="https://maxima.sourceforge.io/"> + <img width="20%" src="https://maxima.sourceforge.io/img/maxima.svg"/> + <img width="70%" src="https://maxima.sourceforge.io/img/maxima-banner.png"/> </a> </p> </div> @@ -73,7 +74,6 @@ You must activate Maxima by adding a line to '((maxima . t))) ; this line activates maxima #+END_SRC - * Org Mode Features for Maxima Source Code Blocks ** Header Arguments There are no Maxima-specific default header argument values. -- 2.40.1