mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Minor server_uri fixes in templates/zerver/features.html
This commit is contained in:
@@ -124,14 +124,14 @@
|
|||||||
<i class="icon-vector-github icon-vector-3x feature-icon"></i>
|
<i class="icon-vector-github icon-vector-3x feature-icon"></i>
|
||||||
<h4>{{ _("Integrations") }}</h4>
|
<h4>{{ _("Integrations") }}</h4>
|
||||||
<p>{% trans %}Get alerts and updates from your favorite services with
|
<p>{% trans %}Get alerts and updates from your favorite services with
|
||||||
off-the-shelf <a href="/integrations">integrations</a> for
|
off-the-shelf <a href="{{ server_uri }}/integrations">integrations</a> for
|
||||||
Trac, Nagios, Github, Jenkins, and more.{% endtrans %}</p>
|
Trac, Nagios, Github, Jenkins, and more.{% endtrans %}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="feature-block">
|
<div class="feature-block">
|
||||||
<i class="icon-vector-sitemap icon-vector-3x feature-icon"></i>
|
<i class="icon-vector-sitemap icon-vector-3x feature-icon"></i>
|
||||||
<h4>{{ _("API") }}</h4>
|
<h4>{{ _("API") }}</h4>
|
||||||
<p>{% trans %}Want to roll your own notifications? We've got a
|
<p>{% trans %}Want to roll your own notifications? We've got a
|
||||||
dead-simple RESTful <a href="/api">API and Python bindings</a>
|
dead-simple RESTful <a href="{{ server_uri }}/api">API and Python bindings</a>
|
||||||
that will make integrations—both sending and
|
that will make integrations—both sending and
|
||||||
receiving—a snap!{% endtrans %}</p>
|
receiving—a snap!{% endtrans %}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user