There was an error while loading. Please reload this page.
1 parent 7a67658 commit 5fb670dCopy full SHA for 5fb670d
scripts/redirects.js
@@ -26,7 +26,7 @@ hexo.extend.generator.register('docs-redirects', function () {
26
['docs/guide/entering-vr.html', 'http://mozvr.com/#start'],
27
['docs/guide/installation.html', 'docs/guide/getting-started.html'],
28
['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'],
+ ['docs/guide/positioning.html', 'docs/guide/building-a-basic-scene.html#transforming-the-box'],
30
['docs/primitives/a-cube.html', 'docs/primitives/a-box.html'],
31
['docs/primitives/a-model.html', 'docs/primitives/a-collada-model.html']
32
]);
0 commit comments