diff --git a/.travis.yml b/.travis.yml index f276da88b6..aadebce460 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ install: true env: - TERM=dumb SI_FATAL_WHEN_NO_BEANFACTORY=true NO_REFERENCE_TASK=true script: - - ./gradlew check checkAsciiDocLinks --refresh-dependencies --no-daemon + - ./gradlew check checkAsciidocLinks --refresh-dependencies --no-daemon diff --git a/build.gradle b/build.gradle index df64251245..365ed88dd0 100644 --- a/build.gradle +++ b/build.gradle @@ -900,7 +900,6 @@ task('makePDF', type: org.asciidoctor.gradle.AsciidoctorTask) { include 'index-single.adoc' } options doctype: 'book', eruby: 'erubis' - logDocuments = true attributes 'icons': 'font', 'sectanchors': '', 'sectnums': '', @@ -919,7 +918,6 @@ asciidoctor { } } options doctype: 'book', eruby: 'erubis' - logDocuments = true attributes 'docinfo': 'shared', // use provided stylesheet stylesdir: "css/", diff --git a/src/reference/asciidoc/whats-new.adoc b/src/reference/asciidoc/whats-new.adoc index f9c0c31b4d..61ff1ff1da 100644 --- a/src/reference/asciidoc/whats-new.adoc +++ b/src/reference/asciidoc/whats-new.adoc @@ -43,7 +43,7 @@ The `splitter` now supports a `discardChannel` configuration option. See <<./splitter.adoc#splitter,Splitter>> for more information. The Control Bus can now handle `Pausable` (extension of `Lifecycle`) operations. -See <> for more information. +See <<./control-bus.adoc#control-bus,Control Bus>> for more information. [[x5.2-amqp]] ==== AMQP Changes