mirror of https://github.com/zulip/zulip.git
Use bare domain for API binding link
The link is broken on www. The reason it links to www is a holdover from issue #1400 six weeks ago. At the time, https://humbughq.com used TLS SNI and downloading via wget gave a certificate error, so we changed it to www as a workaround. However, https://zulip.com does not use SNI so it's safe to revert this workaround. (imported from commit c87a6eb3ceab92c377edb976216be615625fafce)
This commit is contained in:
parent
6b9b33f769
commit
5971dce594
|
@ -13,7 +13,7 @@
|
|||
|
||||
<p>We have a <a href="/api/endpoints">well-documented API</a> that allows you to build custom integrations, in addition to our <a href="/integrations">existing integrations</a>. For ease-of-use, we've created a Python module that you can drop in to a project to start interacting with our API.</p>
|
||||
<br/>
|
||||
<a href="https://www.zulip.com/dist/api/python-humbug_0.1.9.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
|
||||
<a href="https://zulip.com/dist/api/python-humbug_0.1.9.tar.gz" class="btn btn-large btn-primary btn-block"><i class="icon-download icon-white"></i> Download Python bindings and examples</a>
|
||||
<span class="pull-right muted">Version 0.1.9</span>
|
||||
|
||||
<p> </p>
|
||||
|
|
Loading…
Reference in New Issue