提交 3ba155ba 编写于 作者: C Catouse

* fix section url.

上级 b0c6e459
......@@ -224,7 +224,7 @@
var url = section.url;
if(typeof url === 'undefined') {
section.url = 'docs/part/' + section.chapter + '-' + section.id + '.html';
section.url = '/docs/part/' + section.chapter + '-' + section.id + '.html';
section.target = 'page';
} else if(isExternalUrl(url)) {
section.target = 'external';
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册