Skip to content

Commit 5fb670d

Browse files
committed
lowercase hash
1 parent 7a67658 commit 5fb670d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/redirects.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hexo.extend.generator.register('docs-redirects', function () {
2626
['docs/guide/entering-vr.html', 'http://mozvr.com/#start'],
2727
['docs/guide/installation.html', 'docs/guide/getting-started.html'],
2828
['docs/guide/objects.html', 'docs/guide/building-a-basic-scene.html'],
29-
['docs/guide/positioning.html', 'docs/guide/building-a-basic-scene.html#Transforming-the-Box'],
29+
['docs/guide/positioning.html', 'docs/guide/building-a-basic-scene.html#transforming-the-box'],
3030
['docs/primitives/a-cube.html', 'docs/primitives/a-box.html'],
3131
['docs/primitives/a-model.html', 'docs/primitives/a-collada-model.html']
3232
]);

0 commit comments

Comments
 (0)