Procházet zdrojové kódy

Fix download link in gh-pages

Carson Ip před 8 roky
rodič
revize
82b923e338
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      _layouts/index.html

+ 1 - 1
_layouts/index.html

@@ -25,7 +25,7 @@
           <h2 class="hero-text">{{ site.github.project_tagline }}</h2>
           <div class="cta-buttons">
             <a href="http://godoc.org/github.com/Shopify/sarama" class="float">Documentation</a>
-            <a href="{{ site.github.zip_url }}" class="float">Download ZIP</a>
+            <a href="{{ site.github.repository_url }}/zipball/master" class="float">Download ZIP</a>
             <a href="{{ site.github.repository_url }}" class="float github">
               Github Repo
               <i class="icon-star" title="Stars"></i> <span id="starCount"></span>