Skip to content

Commit ae27413

Browse files
authored
Use upcoming canonical URL for gb-asm-tutorial (#33)
The "index.html" part is not guaranteed to stay; however, "/gb-asm-tutorial" is guaranteed to permalink (or at least redirect) to the tutorial landing page.
1 parent 430b905 commit ae27413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
children: [
2929
['/guides/tools', 'Choosing development tools'],
3030
['/guides/asmstyle', 'ASM Style recomendations'],
31-
['https://eldred.fr/gb-asm-tutorial/index.html', 'GB ASM Programming Guide']
31+
['https://eldred.fr/gb-asm-tutorial', 'GB ASM Programming Guide']
3232
]
3333
},],
3434
sidebarDepth: 2,

0 commit comments

Comments
 (0)