Skip to content

Commit

Permalink
Link to settings page with absolute path, rather than explicitly zuli…
Browse files Browse the repository at this point in the history
…p.com
  • Loading branch information
technicalpickles committed Sep 26, 2015
1 parent f0add46 commit 6888826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/zerver/integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
code changes, issue tickets, build system results, and much more. If you don't see the system you would like to integrate with it, or run into any
trouble, don't hesitate to <a href="mailto:support@zulip.com?subject=Integration%20question">email us</a>.</p>

<p>Many of these integrations require creating a Zulip bot. You can do so on your <a href="https://zulip.com/#settings">Zulip settings page</a>. Be sure to note its username and API key.</p>
<p>Many of these integrations require creating a Zulip bot. You can do so on your <a href="/#settings">Zulip settings page</a>. Be sure to note its username and API key.</p>

<div id="integration-instruction-block" class="integration-instruction-block">
<a href="#" id="integration-list-link"><i class="icon-vector-circle-arrow-left"></i>&nbsp;Back to list</a>
Expand Down Expand Up @@ -852,7 +852,7 @@ <h4>Part 2: Zulip notifications on ticket changes</h4>
<pre><code>npm install --save hubot-zulip</code></pre>
</li>

<li><p>On your <a href="https://zulip.com/#settings">Zulip settings page</a>, create a bot account. Note its username, API key and full name; you will use them on the next step.</p></li>
<li><p>On your <a href="/#settings">Zulip settings page</a>, create a bot account. Note its username, API key and full name; you will use them on the next step.</p></li>

<li>To run Hubot locally, use:
<pre><code>HUBOT_ZULIP_BOT=hubot-bot@example.com HUBOT_ZULIP_API_KEY=your_key bin/hubot --adapter zulip --name "myhubot"</code></pre>
Expand Down

0 comments on commit 6888826

Please sign in to comment.