Skip to content

Commit 7691cd2

Browse files
committed
Fixes bug with extension in readme
1 parent c0c097b commit 7691cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/HomePage/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class HomePage extends Component {
99

1010
componentDidMount() {
1111
const { history } = this.props;
12-
Api.view('readme.md')
12+
Api.view('readme')
1313
.then(({ data }) => {
1414
if (data.body) {
1515
history.push(`/wiki/readme`);

0 commit comments

Comments
 (0)