Skip to content

Commit 4638538

Browse files
authored
Fix license badge (python-lsp#6)
1 parent 8b11ffd commit 4638538

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Python JSON RPC Server
22
======================
33

4-
.. image:: https://circleci.com/gh/palantir/python-jsonrpc-server.svg?style=shield
5-
:target: https://circleci.com/gh/palantir/python-jsonrpc-server
4+
.. image:: https://circleci.com/gh/palantir/python-jsonrpc-server/tree/develop.svg?style=shield
5+
:target: https://circleci.com/gh/palantir/python-jsonrpc-server/tree/develop
66

7-
.. image:: https://ci.appveyor.com/api/projects/status/mdacv6fnif7wonl0?svg=true
7+
.. image:: https://ci.appveyor.com/api/projects/status/r0jlmvkqwneieeh6/branch/develop?svg=true
88
:target: https://ci.appveyor.com/project/gatesn/python-jsonrpc-server
99

1010
.. image:: https://img.shields.io/github/license/palantir/python-jsonrpc-server.svg
11-
:target: https://github.com/palantir/python-jsonrpc-server/blob/master/LICENSE
11+
:target: https://github.com/palantir/python-jsonrpc-server/blob/develop/LICENSE
1212

1313
A Python 2.7 and 3.4+ server implementation of the `JSON RPC 2.0`_ protocol. This library has been pulled
1414
out of the `Python Language Server`_ project.
@@ -37,4 +37,5 @@ License
3737
This project is made available under the MIT License.
3838

3939
.. _JSON RPC 2.0: http://www.jsonrpc.org/specification
40+
.. _Python Language Server: https://github.com/palantir/python-language-server
4041
.. _concurrent.futures backport: https://github.com/agronholm/pythonfutures

0 commit comments

Comments
 (0)