We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebeed7 commit 93c9cd5Copy full SHA for 93c9cd5
website/app.js
@@ -14,6 +14,6 @@ if (segments.indexOf('tags') !== -1)
14
version.value = segments[2].replace(/\.html$/, '');
15
16
version.addEventListener('change', function() {
17
- document.location = '/tags/'+this.value+'.html';
+ document.location = '/react-router/tags/'+this.value+'.html';
18
}, false);
19
0 commit comments