Browse Source

fix github links

Gregg Tavares 6 years ago
parent
commit
60e5adb4ad
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build/templates/index.template
  2. 1 1
      threejs/lessons/zh_cn/toc.html

+ 1 - 1
build/templates/index.template

@@ -151,7 +151,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 }
 
 </style>
-<div id="forkongithub"><a href="https://github.com/greggman/threejsfundamentals">Fix or Fork me on GitHub</a></div>
+<div id="forkongithub"><a href="https://github.com/gfxfundamentals/threejsfundamentals">Fix or Fork me on GitHub</a></div>
 </body>
 <script src="/3rdparty/jquery-3.3.1.slim.min.js"></script>
 <script src="/threejs/lessons/resources/lesson.js"></script>

+ 1 - 1
threejs/lessons/zh_cn/toc.html

@@ -1,6 +1,6 @@
 {{{tocHtml}}}
 <ul>
-  <li><a href="https://github.com/greggman/threejsfundamentals">github</a></li>
+  <li><a href="https://github.com/gfxfundamentals/threejsfundamentals">github</a></li>
   <li><a href="https://threejs.org">three.js</a></li>
   <li><a href="https://threejs.org/docs/">three.js docs</a></li>
 </ul>