Skip to content

Commit cb52366

Browse files
author
yanli1995
committed
fix: #118
1 parent e316bea commit cb52366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ exports.publish = function(taffyData, opts, tutorials) {
669669
}
670670
data().each(function(doclet) {
671671
var url = helper.createLink(doclet);
672+
url = decodeURI(url);
672673
helper.registerLink(doclet.longname, url);
673674

674675
// add a shortened version of the full path

0 commit comments

Comments
 (0)