Updated Document scene to use new url

This commit is contained in:
Jori Lallo 2017-07-04 20:18:14 -07:00
parent f65a5bcca2
commit fa88477ac2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ type Props = {
get document() {
return this.props.documents.getByUrl(
`/${this.props.match.params.documentSlug}`
`/doc/${this.props.match.params.documentSlug}`
);
}