From dd1e59982826e9cfe5975452e66ca6c24be22158 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Thu, 11 Jul 2024 12:01:56 -0500 Subject: [PATCH] Update references to enduire Just a little updating, since this code live sin the happo org, not the enduire org. --- README.md | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3278cd3..660910c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # happo-plugin-storybook -A [happo.io](https://github.com/enduire/happo.io) plugin for Storybook. +A [Happo](https://happo.io) plugin for Storybook. -*Documentation is available at -[docs.happo.io](https://docs.happo.io/docs/storybook)* +_Documentation is available at +[docs.happo.io](https://docs.happo.io/docs/storybook)_ ## https://docs.happo.io/docs/storybook diff --git a/package.json b/package.json index 24ea3c6..33ce5bc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/enduire/happo-plugin-storybook.git" + "url": "git+https://github.com/happo/happo-plugin-storybook.git" }, "keywords": [ "screenshot", @@ -33,9 +33,9 @@ "author": "Henric Trotzig ", "license": "MIT", "bugs": { - "url": "https://github.com/enduire/happo-plugin-storybook/issues" + "url": "https://github.com/happo/happo-plugin-storybook/issues" }, - "homepage": "https://github.com/enduire/happo-plugin-storybook#readme", + "homepage": "https://github.com/happo/happo-plugin-storybook#readme", "prettier": { "trailingComma": "all", "tabWidth": 2,