From e4be157ce96209745a31f3cd52244c120ce0379d Mon Sep 17 00:00:00 2001
From: Daniel Buckmaster
Date: Mon, 21 Apr 2014 08:52:47 +1000
Subject: [PATCH] Added info about github wiki.
---
contribute/index.html | 7 +++++++
start/index.html | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/contribute/index.html b/contribute/index.html
index f202f593a..549a135e9 100644
--- a/contribute/index.html
+++ b/contribute/index.html
@@ -25,6 +25,13 @@ root: ..
your own branch (perhaps named after your GitHub username, or the game you're working on)
and merge changes into it as you see fit.
+
+
+ We also have a repository for Torque 3D's Github wiki.
+ Feel free to fork and pull-request to its master branch if you
+ want to submit new documentation, tutorials, or make corrections to existing
+ content.
+
diff --git a/start/index.html b/start/index.html
index 8ffd29ad3..baf07b97d 100644
--- a/start/index.html
+++ b/start/index.html
@@ -93,8 +93,9 @@ root: ..
There is a wealth of learning material out there for the Torque line of engines,
some of which has been collected
here.
+ There is also a collection of knowledge on our
GitHub wiki.
Below are some tutorials that we highly recommend to beginners, but for more
- comprehensive or specific tutorials we recommend you check the above link.
+ comprehensive or specific tutorials we recommend you check the forums or wiki.