Skip to content

Commit

Permalink
Merge pull request #52 from fdaciuk/fix-docs
Browse files Browse the repository at this point in the history
Fix docs urls
  • Loading branch information
Muhammed Thanish authored Oct 31, 2016
2 parents f87579f + 4b0a4d3 commit 7ecb38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docs/react-storybook/configurations/env-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
## Build time environment variables
You can also pass these environment variables when you are [building your storybook](http://localhost:3000/docs/react-storybook/basics/exporting-storybook) with \`build-storybook\`.
You can also pass these environment variables when you are [building your storybook](/docs/react-storybook/basics/exporting-storybook) with \`build-storybook\`.
Then they'll be hard coded to the static version of your Storybook.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
id: "env-variables",
title: "Environment Varibles",
content: stripIndent`
You can pass dynamic information to Storybook via environmental variables. This can be used to pass configurations and secrets. Here's [how to](https://getstorybook.io/docs/react-storybook/configurations/env-vars) use them with storybook.
You can pass dynamic information to Storybook via environmental variables. This can be used to pass configurations and secrets. Here's [how to](/docs/react-storybook/configurations/env-vars) use them with storybook.
As you expected, you can set env variables directly from Storybook Hub. Therefore, you don't need to commit those configuration into GitHub or any other store.
Expand Down

0 comments on commit 7ecb38c

Please sign in to comment.