We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6018d3 commit bd2075aCopy full SHA for bd2075a
packages/webdoc-default-template/publish.js
@@ -336,7 +336,7 @@ function outTutorials(
336
docTree /*: RootDoc */,
337
) {
338
function out(tutorial /*: TutorialDoc */) {
339
- const uri = linker.getURI(tutorial);
+ const uri = linker.getURI(tutorial, true);
340
341
pipeline.render("tutorial.tmpl", {
342
appBar: {current: "tutorials"},
0 commit comments