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 /docs/teaching/exercises/README.txt | |
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 'docs/teaching/exercises/README.txt')
-rwxr-xr-x | docs/teaching/exercises/README.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/teaching/exercises/README.txt b/docs/teaching/exercises/README.txt index 91c8c3e52..90f8995b3 100755 --- a/docs/teaching/exercises/README.txt +++ b/docs/teaching/exercises/README.txt @@ -67,17 +67,17 @@ It is almost certainly a good idea to hope that Java is already installed on the students' systems, but to provide two installers (windows and linux) anyway. - http://java.sun.com + https://java.sun.com You may want to also include the rest of the AspectJ installers as well, but that might be a bit of a distraction - http://aspectj.org/dl + https://aspectj.org/dl These require junit.jar. I've included a copy in with the two zip files, but they might want to be refreshed every now and again. - http://junit.org + https://junit.org ------------------------------ @@ -121,4 +121,3 @@ scripts under CVS. Since the only difference is the answers, just overwrite the extraction directory with answers.zip. - |