From b28ef195f221d5b55ab38e40615ddd24ac053941 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 31 Jan 2017 11:59:47 -0800 Subject: [PATCH] Make images links in readme for cf editor reference a specific commit. --- vscode-extensions/vscode-manifest-yaml/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vscode-extensions/vscode-manifest-yaml/README.md b/vscode-extensions/vscode-manifest-yaml/README.md index 8ea26a271..2377aa788 100644 --- a/vscode-extensions/vscode-manifest-yaml/README.md +++ b/vscode-extensions/vscode-manifest-yaml/README.md @@ -32,6 +32,6 @@ read its detailed documentation. ![Hover Docs Screenshot][hovers] -[linting]: https://s29.postimg.org/67wu0d7yv/linting.png -[ca]: https://s29.postimg.org/q52r9bqtz/content_assist.png -[hovers]: https://s29.postimg.org/3rv0mipw7/hovers.png \ No newline at end of file +[linting]: https://raw.githubusercontent.com/spring-projects/sts4/7ba2a3cd1f1a1a7067ccf26266196757cc1acbf3/vscode-extensions/vscode-manifest-yaml/readme-imgs/linting.png +[ca]: https://raw.githubusercontent.com/spring-projects/sts4/7ba2a3cd1f1a1a7067ccf26266196757cc1acbf3/vscode-extensions/vscode-manifest-yaml/readme-imgs/content-assist.png +[hovers]: https://raw.githubusercontent.com/spring-projects/sts4/7ba2a3cd1f1a1a7067ccf26266196757cc1acbf3/vscode-extensions/vscode-manifest-yaml/readme-imgs/hovers.png \ No newline at end of file