From fa88477ac2e0e5fc7d1412c4f072f87e9271ae37 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 4 Jul 2017 20:18:14 -0700 Subject: [PATCH] Updated Document scene to use new url --- frontend/scenes/Document/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}` ); }