Skip to content

Commit 5253201

Browse files
committed
Update paths for the gifs
1 parent 7b6602b commit 5253201

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,35 +70,35 @@ See [vscode-client/package.json](vscode-client/package.json) for the full set of
7070

7171
Auto Completion:
7272

73-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/auto-complete.gif)
73+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/auto-complete.gif)
7474

7575
Code Linting with pycodestyle and pyflakes:
7676

77-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/linting.gif)
77+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/linting.gif)
7878

7979
Signature Help:
8080

81-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/signature-help.gif)
81+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/signature-help.gif)
8282

8383
Go to definition:
8484

85-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/goto-definition.gif)
85+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/goto-definition.gif)
8686

8787
Hover:
8888

89-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/hover.gif)
89+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/hover.gif)
9090

9191
Find References:
9292

93-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/references.gif)
93+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/references.gif)
9494

9595
Document Symbols:
9696

97-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/document-symbols.gif)
97+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-symbols.gif)
9898

9999
Document Formatting:
100100

101-
![image](https://raw.githubusercontent.com/palantir/python-language-server/develop/resources/document-format.gif)
101+
![image](https://raw.githubusercontent.com/python-ls/python-ls/develop/resources/document-format.gif)
102102

103103
## Development
104104

0 commit comments

Comments
 (0)