Skip to content

Commit

Permalink
[docs] Fix links to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 4, 2020
1 parent 4cbde43 commit 3e728cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ module.exports = {
CONTEXT: JSON.stringify(process.env.CONTEXT),
LIB_VERSION: JSON.stringify(pkg.version),
REACT_MODE: JSON.stringify(reactMode),
SOURCE_CODE_ROOT_URL: JSON.stringify(
'https://github.com/mui-org/material-ui-x/blob/master',
),
SOURCE_CODE_REPO: JSON.stringify('https://github.com/mui-org/material-ui-x'),
},
}),
]);
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,7 @@

"@material-ui/monorepo@https://github.com/mui-org/material-ui.git#master":
version "4.11.0"
resolved "https://github.com/mui-org/material-ui.git#3c078f2f6943976fc4d3ed5d886bbfa0f391e4a2"
resolved "https://github.com/mui-org/material-ui.git#41898e1318b0315e5a61e2df7780b6019f3b44f6"

"@material-ui/monorepo@https://github.com/mui-org/material-ui.git#next":
version "5.0.0-alpha.13"
Expand Down

0 comments on commit 3e728cf

Please sign in to comment.