diff options
Diffstat (limited to 'docs/devguide')
-rw-r--r-- | docs/devguide/ajc.adoc | 4 | ||||
-rw-r--r-- | docs/devguide/ajdoc.adoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/devguide/ajc.adoc b/docs/devguide/ajc.adoc index 51091ee1e..5e47018e1 100644 --- a/docs/devguide/ajc.adoc +++ b/docs/devguide/ajc.adoc @@ -251,9 +251,9 @@ including these files in your existing packages instead. AspectJ is a compatible extension to the Java programming language. The AspectJ compiler adheres to the -http://java.sun.com/docs/books/jls/index.html[The Java Language +https://java.sun.com/docs/books/jls/index.html[The Java Language Specification, Second Edition] and to the -http://java.sun.com/docs/books/vmspec/index.html[The Java Virtual +https://java.sun.com/docs/books/vmspec/index.html[The Java Virtual Machine Specification, Second Edition] and runs on any Java 2 compatible platform. The code it generates runs on any Java 1.1 or later compatible platform. For more information on compatibility with Java and with diff --git a/docs/devguide/ajdoc.adoc b/docs/devguide/ajdoc.adoc index eaa0ee1b5..a1585abca 100644 --- a/docs/devguide/ajdoc.adoc +++ b/docs/devguide/ajdoc.adoc @@ -21,7 +21,7 @@ To run `ajdoc`, use one of the scripts in the AspectJ `bin` directory. The `ajdoc` implementation builds on Sun's `javadoc` command line tool, and you use it in the same way with many of the same options (`javadoc` options are not documented here; for more information on `javadoc` -usage, see the http://java.sun.com/j2se/javadoc/[Javadoc homepage].) +usage, see the https://java.sun.com/j2se/javadoc/[Javadoc homepage].) As with `ajc` (but unlike `javadoc`), you pass `ajdoc` all your aspect source files and any files containing types affected by the aspects; |