forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to settings page with absolute path, rather than explicitly zuli…
…p.com
- Loading branch information
1 parent
f0add46
commit 6888826
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]?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> Back to list</a> | ||
|
@@ -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>[email protected] HUBOT_ZULIP_API_KEY=your_key bin/hubot --adapter zulip --name "myhubot"</code></pre> | ||
|