Skip to content

Commit f60c713

Browse files
authored
Update layout.html
1 parent ea72ba0 commit f60c713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
$(".mobile-menu a:contains('Github')").each(overwrite);
138138
// Overwrite link to Tutorials and Get Started top navigation. If these sections are moved
139139
// this overrides need to be updated.
140-
$(".mobile-menu a:contains('Tutorials')").attr("href", "https://pytorch.org/executorch/mian/index#tutorials-and-examples");
140+
$(".mobile-menu a:contains('Tutorials')").attr("href", "https://pytorch.org/executorch/main/index#tutorials-and-examples");
141141
$(".mobile-menu a:contains('Get Started')").attr("href", "https://pytorch.org/executorch/main/getting-started-setup");
142142

143143
});

0 commit comments

Comments
 (0)