diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-07-23 11:31:13 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-01-06 10:09:11 +0100 |
commit | 8518fcf96e52edea67b862ade95b64f63607e605 (patch) | |
tree | bebd46a1f1204d1d3812853be83189ec2066a4c5 /docs/sandbox/inoculated/readme.txt | |
parent | 9ddd317779717bdb8f4eb1d61b7bca596a1846e3 (diff) | |
download | aspectj-8518fcf96e52edea67b862ade95b64f63607e605.tar.gz aspectj-8518fcf96e52edea67b862ade95b64f63607e605.zip |
Globally replace HTTP links to eclipse.org by HTTPS
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'docs/sandbox/inoculated/readme.txt')
-rw-r--r-- | docs/sandbox/inoculated/readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sandbox/inoculated/readme.txt b/docs/sandbox/inoculated/readme.txt index 04f05e65a..90ced047b 100644 --- a/docs/sandbox/inoculated/readme.txt +++ b/docs/sandbox/inoculated/readme.txt @@ -1,10 +1,10 @@ This contains demonstration source code for the article "Get Inoculated!" in the May 2002 issue of Software Development -magazine. +magazine. To use it you will need the AspectJ tools available from -http://eclipse.org/aspectj. We also recommend you download the +https://eclipse.org/aspectj. We also recommend you download the documentation bundle and support for the IDE of your choice. Each file has a snippet for a section of the article. To find @@ -28,7 +28,7 @@ Compile and run as usual: > ajc -classpath "$AJ_HOME/lib/aspectjrt.jar" {file} > java -classpath ".;$AJ_HOME/lib/aspectjrt.jar" {class} -For email discussions and support, see http://eclipse.org/aspectj. +For email discussions and support, see https://eclipse.org/aspectj. Enjoy! |