From 655a0fd5bbe08b2703d5f72f3bd7c67edd272de5 Mon Sep 17 00:00:00 2001 From: Alin Voinea Date: Thu, 27 Oct 2022 13:30:33 +0300 Subject: [PATCH] Cleanup --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b873d779..9c830411 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL=/bin/bash DIR=$(shell basename $$(pwd)) -ADDON ?= "@eeacms/volto-addon-template" +ADDON ?= "@eeacms/volto-tabs-block" # We like colors # From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects diff --git a/README.md b/README.md index 2399805a..e2f3e78a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Demo GIF ## Release -See [RELEASE.md](https://github.com/eea/volto-addon-template/blob/master/RELEASE.md). +See [RELEASE.md](https://github.com/eea/volto-tabs-block/blob/master/RELEASE.md). ## How to contribute