Browse Source

Use #anchor link instead of direct link to file

James Baicoianu 9 years ago
parent
commit
42d4946928
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -554,7 +554,7 @@
 					var link = document.createElement( 'a' );
 					link.className = 'link';
 					link.textContent = name;
-					link.href = file + '.html';
+					link.href = "#" + file;
 
 					link.addEventListener( 'click', function (ev) {