From c04673c013000f330a7739b0f447b448e84b3c51 Mon Sep 17 00:00:00 2001 From: Aurel Branzeanu Date: Wed, 24 Apr 2024 20:30:06 +0300 Subject: [PATCH] Replace http://camaleon.tuzitio.com occurrences with https://camaleon.website --- README.md | 2 +- config/camaleon_plugin.json | 4 ++-- test/dummy/config/locales/en.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09d9b86..dc7ffb9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Camaleon CMS Plugin -This is a plugin for Camaleon CMS to manage Contact Forms \ No newline at end of file +This is a plugin for Camaleon CMS to manage Contact Forms diff --git a/config/camaleon_plugin.json b/config/camaleon_plugin.json index bb4a6e7..a0059dd 100644 --- a/config/camaleon_plugin.json +++ b/config/camaleon_plugin.json @@ -1,6 +1,6 @@ { "title": "Camaleon CMS Contact Form", - "descr": "Please check documentation here.", + "descr": "Please check documentation here.", "key": "cama_contact_form", "helpers": [ "Plugins::CamaContactForm::MainHelper" @@ -26,4 +26,4 @@ "on_import": ["contact_form_on_import"] //here you can add all your hooks (read documentation) } -} \ No newline at end of file +} diff --git a/test/dummy/config/locales/en.yml b/test/dummy/config/locales/en.yml index 0653957..92c0412 100644 --- a/test/dummy/config/locales/en.yml +++ b/test/dummy/config/locales/en.yml @@ -17,7 +17,7 @@ # This would use the information in config/locales/es.yml. # # To learn more, please read the Rails Internationalization guide -# available at http://guides.rubyonrails.org/i18n.html. +# available at https://guides.rubyonrails.org/i18n.html. en: hello: "Hello world"