From 0eac194761c04db9807ca63381b25c13c7a854bd Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 25 Oct 2022 16:06:27 +0300 Subject: [PATCH] Typo --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b873d77..a31e17f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/bash DIR=$(shell basename $$(pwd)) -ADDON ?= "@eeacms/volto-addon-template" +ADDON ?= "@eeacms/volto-object-widget" # We like colors # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects diff --git a/README.md b/README.md index 41187b5..85c0485 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ To use this widget, in the schema, set the `widget` field to `object_by_type`. ## Release -See [RELEASE.md](https://github.com/eea/volto-addon-template/blob/master/RELEASE.md). +See [RELEASE.md](https://github.com/eea/volto-object-widget/blob/master/RELEASE.md). ## How to contribute