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 ea72ba0 commit f60c713Copy full SHA for f60c713
docs/source/_templates/layout.html
@@ -137,7 +137,7 @@
137
$(".mobile-menu a:contains('Github')").each(overwrite);
138
// Overwrite link to Tutorials and Get Started top navigation. If these sections are moved
139
// this overrides need to be updated.
140
- $(".mobile-menu a:contains('Tutorials')").attr("href", "https://pytorch.org/executorch/mian/index#tutorials-and-examples");
+ $(".mobile-menu a:contains('Tutorials')").attr("href", "https://pytorch.org/executorch/main/index#tutorials-and-examples");
141
$(".mobile-menu a:contains('Get Started')").attr("href", "https://pytorch.org/executorch/main/getting-started-setup");
142
143
});
0 commit comments