@@ -67,3 +67,39 @@ versions:
6767 ref : ' 3.1'
6868 - name : ' 3.0'
6969 ref : ' 3.0'
70+ checks :
71+ external_links :
72+ exclude :
73+ - ' https://twitter.com/dsJavaDriver'
74+ - ' https://twitter.com/datastaxeng'
75+ - ' https://twitter.com/datastax'
76+ - ' https://projectreactor.io'
77+ - ' https://docs.datastax.com/en/drivers/java/4.[0-9]+/com/datastax/oss/driver/internal/'
78+ - ' http://www.planetcassandra.org/blog/user-defined-functions-in-cassandra-3-0/'
79+ - ' http://www.planetcassandra.org/making-the-change-from-thrift-to-cql/'
80+ - ' https://academy.datastax.com/slack'
81+ - ' https://community.datastax.com/index.html'
82+ - ' https://micrometer.io/docs'
83+ - ' http://datastax.github.io/java-driver/features/shaded_jar/'
84+ - ' https://ci.appveyor.com/api/projects/status/m21t2tfdpmkjex1l/branch/master?svg=true'
85+ - ' https://ci.appveyor.com/api/projects/status/m21t2tfdpmkjex1l/branch/master'
86+ - ' https://github.com/datastax/nodejs-dse-driver'
87+ internal_links :
88+ exclude :
89+ - ' netty_pipeline/'
90+ - ' ../core/'
91+ - ' %5Bguava%20eviction%5D'
92+
93+ rewrites :
94+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/module-metadata-Metadata.html'
95+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/module.metadata/'
96+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/module-types-InetAddress.html'
97+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/module.types/class.InetAddress/'
98+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/module-types-LocalDate.html'
99+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/module.types/class.LocalDate/'
100+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/module-types-LocalTime.html'
101+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/module.types/class.LocalTime/'
102+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/module-types-ResultSet.html'
103+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/module.types/class.ResultSet/'
104+ - search : ' http://docs.datastax.com/en/latest-nodejs-driver-api/'
105+ replace : ' https://docs.datastax.com/en/developer/nodejs-driver/latest/api/'
0 commit comments