diff --git a/templates/zerver/help/include/change-zulip-config-file-indented.md b/templates/zerver/help/include/change-zulip-config-file-indented.md index 0e742aacfc..7787187b06 100644 --- a/templates/zerver/help/include/change-zulip-config-file-indented.md +++ b/templates/zerver/help/include/change-zulip-config-file-indented.md @@ -1,4 +1,4 @@ - Open `integrations/{{ integration_name }}/zulip_{{ integration_name }}_config.py` + Open `/usr/local/share/zulip/integrations/{{ integration_name }}/zulip_{{ integration_name }}_config.py` with your favorite editor, and change the following lines to specify the email address and API key for your {{ integration_display_name }} bot: diff --git a/templates/zerver/help/include/change-zulip-config-file.md b/templates/zerver/help/include/change-zulip-config-file.md index 3fbe90033c..41fa6681b6 100644 --- a/templates/zerver/help/include/change-zulip-config-file.md +++ b/templates/zerver/help/include/change-zulip-config-file.md @@ -2,7 +2,7 @@ On your {{ settings_html|safe }}, create a bot for {{ integration_display_name }}. Next, open -`integrations/{{ integration_name }}/zulip_{{ integration_name }}_config.py` +`/usr/local/share/zulip/integrations/{{ integration_name }}/zulip_{{ integration_name }}_config.py` with your favorite editor, and change the following lines to specify the email address and API key for your {{ integration_display_name }} bot: