diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-15 09:36:18 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-15 09:36:18 +0700 |
commit | cbdbba0ab06898cd7ab6d69e33d2db990d8b8799 (patch) | |
tree | c3b626837aecc15c53330d6afd68f94d136ff641 /tests/doc/index-files/index-10.html | |
parent | 70fb6131935806f7e2041c5dfd0ac81164670875 (diff) | |
download | aspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.tar.gz aspectj-cbdbba0ab06898cd7ab6d69e33d2db990d8b8799.zip |
Globally replace "http:" by "https:" in non-XML files
Maybe, the XML files and Maven wrapper files will follow. First, let us
find out if this breaks the build, maybe some tests are asserting on
"http:". But there, the replacement would also have taken place, so
probably it just works.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/doc/index-files/index-10.html')
-rw-r--r-- | tests/doc/index-files/index-10.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/doc/index-files/index-10.html b/tests/doc/index-files/index-10.html index a77865974..03fb3f3ec 100644 --- a/tests/doc/index-files/index-10.html +++ b/tests/doc/index-files/index-10.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> @@ -76,7 +76,7 @@ function windowTitle() <B>X</B></H2> <DL> <DT><A HREF="../org/aspectj/testing/XMLBasedAjcTestCase.html" title="class in org.aspectj.testing"><B>XMLBasedAjcTestCase</B></A> - class org.aspectj.testing.<A HREF="../org/aspectj/testing/XMLBasedAjcTestCase.html" title="class in org.aspectj.testing">XMLBasedAjcTestCase</A>.<DD>Root class for all Test suites that are based on an AspectJ XML test suite - file.<DT><A HREF="../org/aspectj/testing/XMLBasedAjcTestCase.html#XMLBasedAjcTestCase()"><B>XMLBasedAjcTestCase()</B></A> - + file.<DT><A HREF="../org/aspectj/testing/XMLBasedAjcTestCase.html#XMLBasedAjcTestCase()"><B>XMLBasedAjcTestCase()</B></A> - Constructor for class org.aspectj.testing.<A HREF="../org/aspectj/testing/XMLBasedAjcTestCase.html" title="class in org.aspectj.testing">XMLBasedAjcTestCase</A> <DD> </DL> |