Skip to content

Commit bd2075a

Browse files
committed
Use outputRelative
1 parent e6018d3 commit bd2075a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webdoc-default-template/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function outTutorials(
336336
docTree /*: RootDoc */,
337337
) {
338338
function out(tutorial /*: TutorialDoc */) {
339-
const uri = linker.getURI(tutorial);
339+
const uri = linker.getURI(tutorial, true);
340340

341341
pipeline.render("tutorial.tmpl", {
342342
appBar: {current: "tutorials"},

0 commit comments

Comments
 (0)