Skip to content

Commit

Permalink
Fix path to UIExplorer examples
Browse files Browse the repository at this point in the history
Summary: Closes facebook#8746

Differential Revision: D3555421

Pulled By: JoelMarcey

fbshipit-source-id: 911ee6fb038b2796ef166c925395799917f206e6
  • Loading branch information
javache authored and Morgan Pretty committed Aug 24, 2016
1 parent ef326b5 commit 9f70ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/server/extractDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getPlatformFromPath(filepath) {
}

function getExamplePaths(componentName, componentPlatform) {
const componentExample = '../Examples/UIExplorer/' + componentName + 'Example.';
const componentExample = '../Examples/UIExplorer/js/' + componentName + 'Example.';
let pathsToCheck = [
componentExample + 'js',
componentExample + componentPlatform + '.js',
Expand Down

0 comments on commit 9f70ac8

Please sign in to comment.