Skip to content

Commit

Permalink
Fix links in docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 authored and ouchxp committed Apr 7, 2017
1 parent 56cd1af commit d03390f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/DocsSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var DocsSidebar = React.createClass({
if (metadata.permalink.match(/^https?:/)) {
return metadata.permalink;
}
return '/draft-js/' + metadata.permalink + '#content';
return '/' + metadata.permalink + '#content';
},

render: function() {
Expand Down

0 comments on commit d03390f

Please sign in to comment.