From c123633c0d4a9d72dcd76f24cbc3042ed0222575 Mon Sep 17 00:00:00 2001 From: Miu Razvan Date: Tue, 25 Oct 2022 16:07:22 +0300 Subject: [PATCH] Typo --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b873d77..96fe046 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/bash DIR=$(shell basename $$(pwd)) -ADDON ?= "@eeacms/volto-addon-template" +ADDON ?= "@eeacms/volto-widgets-view" # We like colors # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects diff --git a/README.md b/README.md index 13ea1c9..d5e1d69 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ For usage examples see: ## Release -See [RELEASE.md](https://github.com/eea/volto-addon-template/blob/master/RELEASE.md). +See [RELEASE.md](https://github.com/eea/volto-widgets-view/blob/master/RELEASE.md). ## How to contribute