This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 929da3e61db51682fe8a320ebe1c1f2cf5a90e56 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Sun Dec 18 00:43:39 2022 +0100 Modernize logo. --- src/site/resources/images/commons_math.small.png | Bin 0 -> 58623 bytes src/site/site.xml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/resources/images/commons_math.small.png b/src/site/resources/images/commons_math.small.png new file mode 100644 index 000000000..7bf06eaaa Binary files /dev/null and b/src/site/resources/images/commons_math.small.png differ diff --git a/src/site/site.xml b/src/site/site.xml index a24d28b86..3f88a9419 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,7 +18,7 @@ <project name="Math"> <bannerRight> <name>Commons Math</name> - <src>/images/math.gif</src> + <src>https://commons.apache.org/proper/commons-math/images/commons_math.small.png</src> <href>/index.html</href> </bannerRight>