diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index c7cf6fa21..f3cfa06c1 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -79,7 +79,7 @@ type Props = { get document() { return this.props.documents.getByUrl( - `/${this.props.match.params.documentSlug}` + `/doc/${this.props.match.params.documentSlug}` ); }