Skip to content

Commit 7f49e25

Browse files
committed
Update download links in front page.
This changes all the %2F's to / as suggested by Ximin Luo (@infinity0).
1 parent 9bf6a9c commit 7f49e25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ <h1>Download</h1>
6161
formats, please pick one of the three:</p>
6262
<p>
6363
<a
64-
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.1%2Fcpp-netlib-0.10.1.zip"
64+
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.zip"
6565
class="btn btn-primary btn-large">0.10.1 (zip)</a>
6666
<a
67-
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.1%2Fcpp-netlib-0.10.1.tar.gz"
67+
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.gz"
6868
class="btn btn-primary btn-large">0.10.1 (tar.gz)</a>
6969
<a
70-
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.1%2Fcpp-netlib-0.10.1.tar.bz2"
70+
href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2"
7171
class="btn btn-primary btn-large">0.10.1 (tar.bz2)</a>
7272
</p>
7373
<p>The md5 sum of the packages are:</p>

0 commit comments

Comments
 (0)