Browse Source

fix github links

Gregg Tavares 6 years ago
parent
commit
3c26038dff

+ 2 - 2
threejs/lessons/langinfo.hanson

@@ -5,8 +5,8 @@
   title: 'three.js fundamentals',
   description: 'Learn Three.js',
   link: 'http://threejsfundamentals.org/',
-  commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n        <div><a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
-  missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/greggman/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
+  commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n        <div><a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
+  missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
   toc: 'Table of Contents',
   categoryMapping: {
     'basics': 'Basics',

+ 2 - 2
threejs/lessons/ru/langinfo.hanson

@@ -5,8 +5,8 @@
   title: 'Основы three.js',
   description: 'Изучение Three.js с нуля.',
   link: 'http://threejsfundamentals.org/',
-  commentSectionHeader: '<div>Вопросы? <a href="http://stackoverflow.com/questions/tagged/three.js">Спросите на stackoverflow</a>.</div>\n        <div>Нашли ошибку? <a href="http://github.com/greggman/threejsfundamentals/issues">Создайте issue на github</a>.</div>',
-  missing: "К сожалению, страница ещё не переведена. [Я всегда рад переводчикам](https://github.com/greggman/threejsfundamentals)! 😄\n\n[А пока можете почитать статью на английском языке]({{{origLink}}}).",
+  commentSectionHeader: '<div>Вопросы? <a href="http://stackoverflow.com/questions/tagged/three.js">Спросите на stackoverflow</a>.</div>\n        <div>Нашли ошибку? <a href="http://github.com/gfxfundamentals/threejsfundamentals/issues">Создайте issue на github</a>.</div>',
+  missing: "К сожалению, страница ещё не переведена. [Я всегда рад переводчикам](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[А пока можете почитать статью на английском языке]({{{origLink}}}).",
   toc: 'Оглавление',
   categoryMapping: {
     'basics': 'Введение',

+ 1 - 1
threejs/lessons/ru/threejs-setup.md

@@ -12,7 +12,7 @@ TOC: Настройка
 вашего жесткого диска. Это означает, что для разработки вам необходимо использовать веб-сервер. 
 К счастью, веб-серверы разработки очень просты в настройке и использовании.
 
-Прежде всего, если вы хотите, вы можете скачать весь этот сайт по [этой ссылке](https://github.com/greggman/threejsfundamentals/archive/gh-pages.zip).
+Прежде всего, если вы хотите, вы можете скачать весь этот сайт по [этой ссылке](https://github.com/gfxfundamentals/threejsfundamentals/archive/gh-pages.zip).
 После загрузки дважды щелкните по zip-файлу, чтобы распаковать файлы.
 
 Затем загрузите один из этих простых веб-серверов или воспользуйтесь средствами вашего ide

+ 1 - 1
threejs/lessons/ru/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>

+ 1 - 1
threejs/lessons/threejs-align-html-elements-to-3d.md

@@ -375,7 +375,7 @@ I found [this data](http://thematicmapping.org/downloads/world_borders.php)
 which contains the borders of countries. It's licensed as
 [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/).
 
-I [wrote some code](https://github.com/greggman/threejsfundamentals/blob/master/threejs/lessons/tools/geo-picking/)
+I [wrote some code](https://github.com/gfxfundamentals/threejsfundamentals/blob/master/threejs/lessons/tools/geo-picking/)
 to load the data, and generate country outlines and some JSON data with the names
 of the countries and their locations.
 

+ 1 - 1
threejs/lessons/threejs-indexed-textures.md

@@ -50,7 +50,7 @@ then use a similar GPU picking technique. We'd draw the globe off screen using
 this index texture. Looking at the color of the pixel the user clicks would 
 tell us the country id.
 
-So, I [wrote some code](https://github.com/greggman/threejsfundamentals/blob/master/threejs/lessons/tools/geo-picking/) 
+So, I [wrote some code](https://github.com/gfxfundamentals/threejsfundamentals/blob/master/threejs/lessons/tools/geo-picking/) 
 to generate such a texture. Here it is. 
 
 <div class="threejs_center"><img src="../resources/data/world/country-index-texture.png" style="width: 700px;"></div>

+ 1 - 1
threejs/lessons/threejs-offscreencanvas.md

@@ -601,7 +601,7 @@ of the DOM events they use. Maybe we could pass in our own
 object that has the same API surface as a DOM element. 
 We only need to support the features the OrbitControls need.
 
-Digging through the [OrbitControls source code](https://github.com/greggman/threejsfundamentals/blob/master/threejs/resources/threejs/r105/js/controls/OrbitControls.js)
+Digging through the [OrbitControls source code](https://github.com/gfxfundamentals/threejsfundamentals/blob/master/threejs/resources/threejs/r105/js/controls/OrbitControls.js)
 it looks like we need to handle the following events.
 
 * contextmenu

+ 1 - 1
threejs/lessons/threejs-setup.md

@@ -13,7 +13,7 @@ WebGL cannot use images from your hard drive directly. That means
 in order to do development you need to use a web server. Fortunately
 development web servers are super easy to setup and use.
 
-First off if you'd like you can download this entire site from [this link](https://github.com/greggman/threejsfundamentals/archive/gh-pages.zip).
+First off if you'd like you can download this entire site from [this link](https://github.com/gfxfundamentals/threejsfundamentals/archive/gh-pages.zip).
 Once downloaded double click the zip file to unpack the files.
 
 Next download one of these simple web servers.

+ 1 - 1
threejs/lessons/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>

+ 2 - 2
threejs/lessons/zh_cn/langinfo.hanson

@@ -5,8 +5,8 @@
   title: 'three.js基础',
   description: 'Three.js基础学习',
   link: 'http://threejsfundamentals.org/',
-  commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n        <div><a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/greggman/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
-  missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/greggman/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
+  commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n        <div><a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
+  missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
   toc: '内容列表',
   categoryMapping: {
     'basics': '基础',

+ 1 - 1
threejs/lessons/zh_cn/threejs-setup.md

@@ -13,7 +13,7 @@ WebGL不能直接从你的硬件使用图片。意思是说
 为了能开发你需要使用web服务。幸运的是
 web服务很容易设置和使用。
 
-首先如果你喜欢你可以从[这个链接](https://github.com/greggman/threejsfundamentals/archive/gh-pages.zip)
+首先如果你喜欢你可以从[这个链接](https://github.com/gfxfundamentals/threejsfundamentals/archive/gh-pages.zip)
 下载整个网站。
 一旦下载完成双击文件来解压。