From 4065e6ed9835a76f7d17596219078d57166450c1 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 14 Mar 2021 22:06:28 +0100 Subject: [PATCH] Fix image links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccb3ed2..1fac994 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This is an easy plugin to manage internationalization for JSON or Resource-Bundle(Properties) based locale files. Most common use case is for translating Webapps or simple Java Applications. -![Tree View](https://github.com/marhali/easy-i18n/tree/example/images/TreeView.PNG "Tree View") -![Table View](https://github.com/marhali/easy-i18n/tree/example/images/TableView.PNG "Table View") +![Tree View](https://raw.githubusercontent.com/marhali/easy-i18n/main/example/images/TreeView.PNG "Tree View") +![Table View](https://raw.githubusercontent.com/marhali/easy-i18n/main/example/images/TableView.PNG "Table View") ## Use Cases - Webapps: [Vue](https://vuejs.org/) with [vue-i18n](https://kazupon.github.io/vue-i18n/) or any other JSON translation file based technology