diff --git a/zulip/README.md b/zulip/README.md index 6e0b68f..42f42e5 100644 --- a/zulip/README.md +++ b/zulip/README.md @@ -1,6 +1,6 @@ #### Dependencies -The [Zulip API](https://zulipchat.com/api) Python bindings require the +The [Zulip API](https://zulip.com/api) Python bindings require the following dependencies: * **Python (version >= 3.5)** diff --git a/zulip/integrations/hg/zulip_changegroup.py b/zulip/integrations/hg/zulip_changegroup.py index b78d219..a03646b 100755 --- a/zulip/integrations/hg/zulip_changegroup.py +++ b/zulip/integrations/hg/zulip_changegroup.py @@ -3,7 +3,7 @@ # Zulip hook for Mercurial changeset pushes. # # This hook is called when changesets are pushed to the master repository (ie -# `hg push`). See https://zulipchat.com/integrations for installation instructions. +# `hg push`). See https://zulip.com/integrations for installation instructions. import zulip import sys diff --git a/zulip/integrations/rss/rss-bot b/zulip/integrations/rss/rss-bot index b417d20..27defd2 100755 --- a/zulip/integrations/rss/rss-bot +++ b/zulip/integrations/rss/rss-bot @@ -31,7 +31,7 @@ To use this script: 1. Create an RSS feed file containing 1 feed URL per line (default feed file location: ~/.cache/zulip-rss/rss-feeds) 2. Subscribe to the stream that will receive RSS updates (default stream: rss) -3. create a ~/.zuliprc as described on https://zulipchat.com/api/configuring-python-bindings +3. create a ~/.zuliprc as described on https://zulip.com/api/configuring-python-bindings 4. Test the script by running it manually, like this: /usr/local/share/zulip/integrations/rss/rss-bot diff --git a/zulip/integrations/trello/README.md b/zulip/integrations/trello/README.md index 552c2f4..7ee32c7 100644 --- a/zulip/integrations/trello/README.md +++ b/zulip/integrations/trello/README.md @@ -20,4 +20,4 @@ Usage : --zulip-webhook-url For more information, please see Zulip's documentation on how to set up -a Trello integration [here](https://zulipchat.com/integrations/doc/trello). +a Trello integration [here](https://zulip.com/integrations/doc/trello). diff --git a/zulip/integrations/trello/zulip_trello.py b/zulip/integrations/trello/zulip_trello.py index eb13565..b0594da 100755 --- a/zulip/integrations/trello/zulip_trello.py +++ b/zulip/integrations/trello/zulip_trello.py @@ -116,7 +116,7 @@ quickly set up a Trello webhook. Note: The Trello webhook instructions available on your Zulip server may be outdated. Please make sure you follow the updated instructions -at . +at . """ parser = argparse.ArgumentParser(description=description) diff --git a/zulip/integrations/zephyr/zephyr_mirror.py b/zulip/integrations/zephyr/zephyr_mirror.py index 27a6141..e4b4b30 100755 --- a/zulip/integrations/zephyr/zephyr_mirror.py +++ b/zulip/integrations/zephyr/zephyr_mirror.py @@ -58,7 +58,7 @@ while backoff.keep_going(): error_message = """ ERROR: The Zephyr mirroring bot is unable to continue mirroring Zephyrs. This is often caused by failing to maintain unexpired Kerberos tickets -or AFS tokens. See https://zulipchat.com/zephyr for documentation on how to +or AFS tokens. See https://zulip.com/zephyr for documentation on how to maintain unexpired Kerberos tickets and AFS tokens. """ print(error_message) diff --git a/zulip/setup.py b/zulip/setup.py index 5dd9b9e..2094378 100755 --- a/zulip/setup.py +++ b/zulip/setup.py @@ -49,7 +49,7 @@ package_info = dict( url='https://www.zulip.org/', project_urls={ "Source": "https://github.com/zulip/python-zulip-api/", - "Documentation": "https://zulipchat.com/api", + "Documentation": "https://zulip.com/api", }, data_files=list(recur_expand('share/zulip', 'integrations')), include_package_data=True, diff --git a/zulip_bots/setup.py b/zulip_bots/setup.py index 6dab675..8c6c2e3 100644 --- a/zulip_bots/setup.py +++ b/zulip_bots/setup.py @@ -47,7 +47,7 @@ package_info = dict( url='https://www.zulip.org/', project_urls={ "Source": "https://github.com/zulip/python-zulip-api/", - "Documentation": "https://zulipchat.com/api", + "Documentation": "https://zulip.com/api", }, entry_points={ 'console_scripts': [ diff --git a/zulip_bots/zulip_bots/bots/beeminder/doc.md b/zulip_bots/zulip_bots/bots/beeminder/doc.md index 2888cd2..e8ecba9 100644 --- a/zulip_bots/zulip_bots/bots/beeminder/doc.md +++ b/zulip_bots/zulip_bots/bots/beeminder/doc.md @@ -27,13 +27,13 @@ Under **APPS & API** section you will find your **auth token**. 3. **Goalname** - The name of your Beeminder goal for which you want to -add datapoints from [Zulip](https://zulipchat.com/) +add datapoints from [Zulip](https://zulip.com/) Once you have above information, you should supply them in `beeminder.conf` file. Run this bot as described in -[here](https://zulipchat.com/api/running-bots#running-a-bot). +[here](https://zulip.com/api/running-bots#running-a-bot). ## Usage diff --git a/zulip_bots/zulip_bots/bots/converter/doc.md b/zulip_bots/zulip_bots/bots/converter/doc.md index fac90cc..5ed42b7 100644 --- a/zulip_bots/zulip_bots/bots/converter/doc.md +++ b/zulip_bots/zulip_bots/bots/converter/doc.md @@ -4,7 +4,7 @@ This bot allows users to perform conversions for various measurement units. ## Usage -Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot). Use this bot with the following command diff --git a/zulip_bots/zulip_bots/bots/dialogflow/doc.md b/zulip_bots/zulip_bots/bots/dialogflow/doc.md index d4a0c28..e844ae9 100644 --- a/zulip_bots/zulip_bots/bots/dialogflow/doc.md +++ b/zulip_bots/zulip_bots/bots/dialogflow/doc.md @@ -10,7 +10,7 @@ as `bot_info`. ## Usage Run this bot as described -[here](https://zulipchat.com/api/running-bots#running-a-bot). +[here](https://zulip.com/api/running-bots#running-a-bot). Mention the bot in order to say things to it. diff --git a/zulip_bots/zulip_bots/bots/dropbox_share/doc.md b/zulip_bots/zulip_bots/bots/dropbox_share/doc.md index 87edb6a..d4f0016 100644 --- a/zulip_bots/zulip_bots/bots/dropbox_share/doc.md +++ b/zulip_bots/zulip_bots/bots/dropbox_share/doc.md @@ -11,7 +11,7 @@ This bot links your [dropbox](https://www.dropbox.com) account to [zulip](https: [dropbox_share] ACCESS_TOKEN= ``` - - Follow the instructions as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). + - Follow the instructions as described in [here](https://zulip.com/api/running-bots#running-a-bot). - Run the bot: `zulip-run-bot dropbox_share -b -c ` Use this bot with any of the following commands: diff --git a/zulip_bots/zulip_bots/bots/flock/doc.md b/zulip_bots/zulip_bots/bots/flock/doc.md index c46aeee..b0e6273 100644 --- a/zulip_bots/zulip_bots/bots/flock/doc.md +++ b/zulip_bots/zulip_bots/bots/flock/doc.md @@ -18,7 +18,7 @@ where `recipient_name` is name of recipient and `hello` is the sample message. ## Usage Run this bot as described in - [here](https://zulipchat.com/api/running-bots#running-a-bot). + [here](https://zulip.com/api/running-bots#running-a-bot). You can use this bot in one easy step: diff --git a/zulip_bots/zulip_bots/bots/giphy/doc.md b/zulip_bots/zulip_bots/bots/giphy/doc.md index 37a8943..cce4477 100644 --- a/zulip_bots/zulip_bots/bots/giphy/doc.md +++ b/zulip_bots/zulip_bots/bots/giphy/doc.md @@ -25,7 +25,7 @@ GIPHY API key. and change the value of the `key` attribute to the API key you generated above. -Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot). ## Usage diff --git a/zulip_bots/zulip_bots/bots/google_search/doc.md b/zulip_bots/zulip_bots/bots/google_search/doc.md index 152abc1..4c4bea5 100644 --- a/zulip_bots/zulip_bots/bots/google_search/doc.md +++ b/zulip_bots/zulip_bots/bots/google_search/doc.md @@ -7,7 +7,7 @@ highest safe-search setting. ## Usage Run this bot as described -[here](https://zulipchat.com/api/running-bots#running-a-bot). +[here](https://zulip.com/api/running-bots#running-a-bot). Use this bot with the following command diff --git a/zulip_bots/zulip_bots/bots/google_search/fixtures/test_ignore_links.json b/zulip_bots/zulip_bots/bots/google_search/fixtures/test_ignore_links.json index 8e18f7d..39fecec 100644 --- a/zulip_bots/zulip_bots/bots/google_search/fixtures/test_ignore_links.json +++ b/zulip_bots/zulip_bots/bots/google_search/fixtures/test_ignore_links.json @@ -5,7 +5,7 @@ "q": "zulip" } }, - "response": "", + "response": "", "response-headers": { "status": 200, "content-type": "text/html; charset=utf-8" diff --git a/zulip_bots/zulip_bots/bots/google_search/fixtures/test_normal.json b/zulip_bots/zulip_bots/bots/google_search/fixtures/test_normal.json index 180bc7f..413625c 100644 --- a/zulip_bots/zulip_bots/bots/google_search/fixtures/test_normal.json +++ b/zulip_bots/zulip_bots/bots/google_search/fixtures/test_normal.json @@ -5,7 +5,7 @@ "q": "zulip" } }, - "response": "", + "response": "", "response-headers": { "status": 200, "content-type": "text/html; charset=utf-8" diff --git a/zulip_bots/zulip_bots/bots/google_search/test_google_search.py b/zulip_bots/zulip_bots/bots/google_search/test_google_search.py index 8162992..fbffb5e 100644 --- a/zulip_bots/zulip_bots/bots/google_search/test_google_search.py +++ b/zulip_bots/zulip_bots/bots/google_search/test_google_search.py @@ -10,7 +10,7 @@ class TestGoogleSearchBot(BotTestCase, DefaultTests): with self.mock_http_conversation('test_normal'): self.verify_reply( 'zulip', - 'Found Result: [Zulip](https://www.google.com/url?url=https%3A%2F%2Fzulipchat.com%2F)' + 'Found Result: [Zulip](https://www.google.com/url?url=https%3A%2F%2Fzulip.com%2F)' ) def test_bot_help(self) -> None: @@ -42,5 +42,5 @@ class TestGoogleSearchBot(BotTestCase, DefaultTests): # See test_ignore_links.json self.verify_reply( 'zulip', - 'Found Result: [Zulip](https://www.google.com/url?url=https%3A%2F%2Fzulipchat.com%2F)' + 'Found Result: [Zulip](https://www.google.com/url?url=https%3A%2F%2Fzulip.com%2F)' ) diff --git a/zulip_bots/zulip_bots/bots/idonethis/doc.md b/zulip_bots/zulip_bots/bots/idonethis/doc.md index d591b1d..791ab2f 100644 --- a/zulip_bots/zulip_bots/bots/idonethis/doc.md +++ b/zulip_bots/zulip_bots/bots/idonethis/doc.md @@ -17,7 +17,7 @@ and copy your API token. 3. Optionally, change the `default_team` value to your default team for creating new messages. If this is not specified, a team will be required to be manually specified every time an entry is created. -Run this bot as described [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described [here](https://zulip.com/api/running-bots#running-a-bot). ## Usage diff --git a/zulip_bots/zulip_bots/bots/salesforce/doc.md b/zulip_bots/zulip_bots/bots/salesforce/doc.md index a71d7c3..c604e1f 100644 --- a/zulip_bots/zulip_bots/bots/salesforce/doc.md +++ b/zulip_bots/zulip_bots/bots/salesforce/doc.md @@ -9,7 +9,7 @@ It can also show details about any Salesforce links that you post. Make sure it has the appropriate permissions to access records. 2. In `salesforce.conf` paste the Salesforce `username`, `password` and `security_token`. -3. Run the bot as explained [here](https://zulipchat.com/api/running-bots#running-a-bot) +3. Run the bot as explained [here](https://zulip.com/api/running-bots#running-a-bot) ## Examples diff --git a/zulip_bots/zulip_bots/bots/tictactoe/doc.md b/zulip_bots/zulip_bots/bots/tictactoe/doc.md index 7ff617e..62371fd 100644 --- a/zulip_bots/zulip_bots/bots/tictactoe/doc.md +++ b/zulip_bots/zulip_bots/bots/tictactoe/doc.md @@ -8,7 +8,7 @@ The bot only responds to messages starting with @mention of the bot(botname). ## Setup This bot does not require any special setup. Just run it according to the -instructions in [this guide](https://zulipchat.com/api/running-bots#running-a-bot). +instructions in [this guide](https://zulip.com/api/running-bots#running-a-bot). ## Commands * `@mention-botname new` - start a new game (but not if you are already diff --git a/zulip_bots/zulip_bots/bots/twitpost/Readme.md b/zulip_bots/zulip_bots/bots/twitpost/Readme.md index 804efd4..bee85ce 100644 --- a/zulip_bots/zulip_bots/bots/twitpost/Readme.md +++ b/zulip_bots/zulip_bots/bots/twitpost/Readme.md @@ -30,7 +30,7 @@ To obtain these 4 keys, follow the following steps : Enter the 4 keys in the respective field in `twitter.ini` file. -Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot). ## Usage diff --git a/zulip_bots/zulip_bots/bots/virtual_fs/doc.md b/zulip_bots/zulip_bots/bots/virtual_fs/doc.md index c8fa004..5f311c4 100644 --- a/zulip_bots/zulip_bots/bots/virtual_fs/doc.md +++ b/zulip_bots/zulip_bots/bots/virtual_fs/doc.md @@ -6,7 +6,7 @@ for a given stream or private chat. ## Usage Run this bot as described in -[here](https://zulipchat.com/api/running-bots#running-a-bot). +[here](https://zulip.com/api/running-bots#running-a-bot). Use this bot with any of the following commands: diff --git a/zulip_bots/zulip_bots/bots/xkcd/doc.md b/zulip_bots/zulip_bots/bots/xkcd/doc.md index 2f2f4a0..c20475a 100644 --- a/zulip_bots/zulip_bots/bots/xkcd/doc.md +++ b/zulip_bots/zulip_bots/bots/xkcd/doc.md @@ -6,7 +6,7 @@ like so: @xkcd ``` -Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot). ### Usage diff --git a/zulip_bots/zulip_bots/bots/youtube/doc.md b/zulip_bots/zulip_bots/bots/youtube/doc.md index d885e41..9cc8bbd 100644 --- a/zulip_bots/zulip_bots/bots/youtube/doc.md +++ b/zulip_bots/zulip_bots/bots/youtube/doc.md @@ -41,7 +41,7 @@ This section explains the usage of options `youtube.conf` file in configuring th - `video_region` - The location to be used for searching. The bot shows only the videos that are available in the given `` -Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot). +Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot). ## Usage diff --git a/zulip_bots/zulip_bots/terminal.py b/zulip_bots/zulip_bots/terminal.py index b278da7..79ba796 100644 --- a/zulip_bots/zulip_bots/terminal.py +++ b/zulip_bots/zulip_bots/terminal.py @@ -70,7 +70,7 @@ def main(): ) except KeyboardInterrupt: print("\n\nOk, if you're happy with your terminal-based testing, try it out with a Zulip server.", - "\nYou can refer to https://zulipchat.com/api/running-bots#running-a-bot.") + "\nYou can refer to https://zulip.com/api/running-bots#running-a-bot.") sys.exit(1) if __name__ == '__main__': diff --git a/zulip_botserver/setup.py b/zulip_botserver/setup.py index 7039120..d1f5dd8 100644 --- a/zulip_botserver/setup.py +++ b/zulip_botserver/setup.py @@ -33,7 +33,7 @@ package_info = dict( url='https://www.zulip.org/', project_urls={ "Source": "https://github.com/zulip/python-zulip-api/", - "Documentation": "https://zulipchat.com/api", + "Documentation": "https://zulip.com/api", }, entry_points={ 'console_scripts': [