Skip to content

Commit 295d6dc

Browse files
committed
Fix links in docs sidebar
1 parent 1b3da9a commit 295d6dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/core/DocsSidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var DocsSidebar = React.createClass({
7373
if (metadata.permalink.match(/^https?:/)) {
7474
return metadata.permalink;
7575
}
76-
return '/draft-js/' + metadata.permalink + '#content';
76+
return '/' + metadata.permalink + '#content';
7777
},
7878

7979
render: function() {

0 commit comments

Comments
 (0)