X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fmatch_bug.cpp;h=ecce6e2b4c0df14d104ff5c10880f2fad3d6bb9a;hp=1ea17e8c3554ae6f2fc3221a1100355ede574815;hb=4f0b17af13eb5f7f34fdab171c6d630a77badb3d;hpb=9985e28882888663fd8e43e8c59728ddcad552d0;ds=sidebyside diff --git a/check/match_bug.cpp b/check/match_bug.cpp index 1ea17e8c..ecce6e2b 100644 --- a/check/match_bug.cpp +++ b/check/match_bug.cpp @@ -1,7 +1,7 @@ /** @file match_bug.cpp * * Check for bug in GiNaC::ex::match() described here: - * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */ + * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html */ /* * GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany @@ -32,7 +32,7 @@ using namespace GiNaC; * could be modified even if the match failed! Although this "feature" * was documented it happened to be very confusing *even for GiNaC * developers*, see - * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html + * https://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html * * It was fixed in 192ed7390b7b2b705ad100e3db0a92eedd2b20ad. Let's make * sure it will be never re-added: