Skip to content

Commit

Permalink
Merge pull request #4008 from storybooks/pksunkara/homepages
Browse files Browse the repository at this point in the history
Fixed homepage links [skip ci]
  • Loading branch information
igor-dv authored Aug 12, 2018
2 parents 843236c + d8cdeda commit 4121d26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storybook/angular",
"version": "4.0.0-alpha.16",
"description": "Storybook for Angular: Develop Angular Components in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/angular",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/angular",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storybook/html",
"version": "4.0.0-alpha.16",
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/html",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/html",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storybook/polymer",
"version": "4.0.0-alpha.16",
"description": "Storybook for Polymer: Develop Polymer components in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/polymer",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/polymer",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storybook/svelte",
"version": "4.0.0-alpha.16",
"description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/svelte",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/svelte",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storybook/vue",
"version": "4.0.0-alpha.16",
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/vue",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/vue",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
Expand Down

0 comments on commit 4121d26

Please sign in to comment.