Commit a06493e
authored
Fix missing .html extension in compilers_index.rst (#3887)
Fixes #3886
## Description
The compiler tutorials index page contains an incorrect tutorial link
that should be fixed.
Line 155 🔗 intermediate/torch_compile_conv_bn_fuser -> 🔗
intermediate/torch_compile_conv_bn_fuser.html
## Checklist
<!--- Make sure to add `x` to all items in the following checklist: -->
- [x] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [x] Only one issue is addressed in this pull request
- [x] Labels from the issue that this PR is fixing are added to this
pull request
- [x] No unnecessary issues are included into this pull request.1 parent 1655d0a commit a06493e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments