From 259a497b8415844af2a3dbabadf415f604c220b7 Mon Sep 17 00:00:00 2001 From: patelhim <44565775+patelhim@users.noreply.github.com> Date: Thu, 18 Mar 2021 23:21:07 +0530 Subject: [PATCH] [FIX] Fix website in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 500c232..58e9f67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IBO - Icon Builder for Odoo -The provided [Configurator](https://spilymp.github.io/iob/) can be used to quickly and easily create new appicons in the style of the +The provided [Configurator](https://spilymp.github.io/ibo/) can be used to quickly and easily create new appicons in the style of the appicons of the ERP system [Odoo](https://www.odoo.com/). But it is also possible to use the included js class elsewhere and create your own configurator based on it, for example. @@ -13,4 +13,4 @@ The basis of the configurator is a JavaScript class "IBO_ICON", which creates a If the existing class is used directly by means of a script, additional parameters can be passed. If this class is instantiated, various parameters can be passed to it. If not, default values are used in each case. -For more information please visit the [Project Website](https://spilymp.github.io/iob/). \ No newline at end of file +For more information please visit the [Project Website](https://spilymp.github.io/ibo/).