We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a782e commit 963bf11Copy full SHA for 963bf11
1 file changed
README.md
@@ -190,11 +190,11 @@ It is possible to specify a yaml schema using a modeline.
190
## Containerized Language Server
191
An image is provided for users who would like to use the YAML language server without having to install dependencies locally.
192
193
-The image is located at `quay.io/rhdevelopers/yaml-language-server`
+The image is located at `quay.io/redhat-developer/yaml-language-server`
194
195
To run the image you can use:
196
```
197
-docker run -it quay.io/rhdevelopers/yaml-language-server:latest
+docker run -it quay.io/redhat-developer/yaml-language-server:latest
198
199
200
## Clients
0 commit comments