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/developer | |
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/developer')
-rw-r--r-- | docs/developer/language.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/developer/language.adoc b/docs/developer/language.adoc index c97ef8d11..28a3f7548 100644 --- a/docs/developer/language.adoc +++ b/docs/developer/language.adoc @@ -3,16 +3,16 @@ === User-suggested New Language Features * `-` wildcard -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00717.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00717.html ** https://bugs.eclipse.org/bugs/show_bug.cgi?id=34054#c2 * Class cast pointcut -** http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01479.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-users/msg01479.html * Extensible pointcuts, abstract pointcuts, and interfaces -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html -** http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html + - +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00458.html +** https://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg00467.html + + === Key Language Design Properties ==== Orthogonal join point model |