mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 16:10:26 +00:00
fix index.md bug && update url wikis-->published
This commit is contained in:
@@ -38,7 +38,7 @@ class WikiDirListItem extends React.Component {
|
||||
|
||||
render() {
|
||||
let { path, dirent } = this.props;
|
||||
let href = siteRoot + 'wikis' + Utils.joinPath(path, dirent.name);
|
||||
let href = siteRoot + 'published' + Utils.joinPath(path, dirent.name);
|
||||
let iconUrl = Utils.getDirentIcon(dirent);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user