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