@@ -29,7 +29,7 @@ <h1>The C++ Network Library Project</h1>
29
29
< p class ="lead "> A collection of open-source libraries for high level network programming.</ p >
30
30
</ header >
31
31
< div class ="row ">
32
- < div class ="col-md-3 " id ="cpp-netlib-docs-sidebar " role ="complimentary " >
32
+ < div class ="col-md-3 " id ="cpp-netlib-docs-sidebar " role ="complimentary ">
33
33
< ul class ="nav list-group cpp-netlib-sidebar " data-spy ="affix " data-offset-top ="245 ">
34
34
< li class ="list-group-item "> < a href ="#overview "> Overview</ a > </ li >
35
35
< li class ="list-group-item "> < a href ="#download "> Download</ a > </ li >
@@ -66,27 +66,25 @@ <h1>Download</h1>
66
66
< div class ="col-md-4 ">
67
67
< a
68
68
href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0.zip "
69
- class ="btn btn-primary btn-lg btn-block "> 0.11.0 (zip)< br >
69
+ class ="btn btn-primary btn-lg btn-block "> 0.11.0 (zip)</ a >
70
+ < br >
70
71
< small class ="text-muted cpp-netlib-hash "> md5: 7d08b5738970b9549a75ec98ee4986be</ small >
71
- </ a >
72
72
</ div >
73
73
< div class ="col-md-4 ">
74
74
< a
75
75
href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0.tar.gz "
76
- class ="btn btn-primary btn-lg btn-block "> 0.11.0 (tar.gz)< br >
76
+ class ="btn btn-primary btn-lg btn-block "> 0.11.0 (tar.gz)</ a >
77
+ < br >
77
78
< small class ="text-muted cpp-netlib-hash "> md5: 6fba4f2f64f19af9f172fd60ad8e76ab</ small >
78
- </ a >
79
79
</ div >
80
80
< div class ="col-md-4 ">
81
81
< a
82
82
href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0.tar.bz2 "
83
- class ="btn btn-primary btn-lg btn-block "> 0.11.0 (tar.bz2)< br >
83
+ class ="btn btn-primary btn-lg btn-block "> 0.11.0 (tar.bz2)</ a >
84
+ < br >
84
85
< small class ="text-muted cpp-netlib-hash "> md5: 0765cf203f451394df98e6ddf7bf2541</ small >
85
- </ a >
86
86
</ div >
87
87
</ div >
88
- < p > You can download < a href ="https://github.com/cpp-netlib/cpp-netlib/downloads "> previous releases</ a > of the library from our
89
- Github download page.</ p >
90
88
</ section >
91
89
< section id ="documentation ">
92
90
< div class ="page-header ">
0 commit comments