Skip to content

Commit 4ceef9e

Browse files
committed
move to the slackapi owned appveyor project (from aoberoi owned)
1 parent 13271bd commit 4ceef9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A basic client for Slack.com, which can optionally connect to the Slack Real Tim
77

88
.. |build-status| image:: https://travis-ci.org/slackapi/python-slackclient.svg?branch=master
99
:target: https://travis-ci.org/slackapi/python-slackclient
10-
.. |windows-build-status| image:: https://ci.appveyor.com/api/projects/status/github/slackapi/python-slackclient?branch=master&svg=true
11-
:target: https://ci.appveyor.com/project/aoberoi/python-slackclient
10+
.. |windows-build-status| image:: https://ci.appveyor.com/api/projects/status/rif04t60ptslj32x/branch/master?svg=true
11+
:target: https://ci.appveyor.com/project/slackapi/python-slackclient
1212
.. |codecov| image:: https://codecov.io/gh/slackapi/python-slackclient/branch/master/graph/badge.svg
1313
:target: https://codecov.io/gh/slackapi/python-slackclient
1414
.. |doc-status| image:: https://readthedocs.org/projects/python-slackclient/badge/?version=latest
@@ -91,7 +91,7 @@ There are some unique options specific to sending IMs, so be sure to read the **
9191
section of the `chat.postMessage <https://api.slack.com/methods/chat.postMessage#channels>`_
9292
page for a full list of formatting and authorship options.
9393

94-
Sending an ephemeral message, which is only visible to an assigned user in a specified channel, is nearly the same
94+
Sending an ephemeral message, which is only visible to an assigned user in a specified channel, is nearly the same
9595
as sending a regular message, but with an additional ``user`` parameter.
9696

9797
.. code-block:: python

0 commit comments

Comments
 (0)