We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c097b commit 7691cd2Copy full SHA for 7691cd2
ui/src/pages/HomePage/index.js
@@ -9,7 +9,7 @@ class HomePage extends Component {
9
10
componentDidMount() {
11
const { history } = this.props;
12
- Api.view('readme.md')
+ Api.view('readme')
13
.then(({ data }) => {
14
if (data.body) {
15
history.push(`/wiki/readme`);
0 commit comments