diff --git a/packages/components/package.json b/packages/components/package.json index 8db90ced0..8dbba6698 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-alpha.6", "type": "module", "description": "A React implementation of Flow, mittwald’s design system", - "homepage": "https://mittwald.github.io/flow/01-getting-started/installation", + "homepage": "https://mittwald.github.io/flow", "repository": "https://github.com/mittwald/flow", "exports": { "./Avatar": "./dist/Avatar.js", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 4f871a5ca..56fa1993c 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-alpha.6", "type": "module", "description": "The design tokens used in Flow, mittwald’s design system", - "homepage": "https://mittwald.github.io/flow/01-getting-started/installation", + "homepage": "https://mittwald.github.io/flow", "repository": "https://github.com/mittwald/flow", "exports": { "./css": "./dist/variables.css" diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 599070a9c..c9a2385e0 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -3,7 +3,7 @@ "version": "0.1.0-alpha.6", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", - "homepage": "https://mittwald.github.io/flow/01-getting-started/installation", + "homepage": "https://mittwald.github.io/flow", "repository": "https://github.com/mittwald/flow", "exports": { "./css": "./dist/styles.css"