File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ nanoc_config:
37
37
exclude :
38
38
- ' ^https?://travis-ci.org/*'
39
39
- ' ^https?://ci.appveyor.com/*'
40
+ - ' https://twitter.com/datastax'
40
41
rewrites :
41
42
- http://datastax.github.io/cpp-driver/ : /
42
43
- https://datastax.github.io/cpp-driver/ : /
@@ -64,6 +65,12 @@ rewrites:
64
65
- https://www.h5l.org : https://github.com/heimdal/heimdal # Temporary until h5l.org is back online
65
66
- http://docs.datastax.com/en/developer/cpp-driver/latest/ : / # Get current version documentation
66
67
- https://github.com/datastax/cpp-driver/blob/master/vc_build.bat : https://github.com/datastax/cpp-driver/blob/2.14.0/vc_build.bat
68
+ - search : ' https://community.datastax.com/index.html'
69
+ replace : ' https://cassandra.apache.org/_/community.html'
70
+ - search : ' https://academy.datastax.com/slack'
71
+ replace : ' https://dtsx.io/discord'
72
+ - search : ' http://sourceforge.net/projects/boost/files/boost-binaries/1.[0-9]+.0/boost_1_[0-9]+_0-msvc-[0-9]+.[0-9]+-(64|32).exe/download'
73
+ replace : ' https://www.boost.org/users/download/'
67
74
rules :
68
75
use_path_nav_files_only : true
69
76
You can’t perform that action at this time.
0 commit comments