Correct my source links
Jeremy D

Jeremy D commited on 2012-01-23 21:08:54
Showing 1 changed files, with 2 additions and 3 deletions.

... ...
@@ -53,9 +53,8 @@ class pTPL_wp extends pTPL
53 53
 				<li class="widget">
54 54
 					<h2 class="widgettitle">See the Source</h2>
55 55
 					<ul>
56
-						<li><a href="./?sauce">Main Script</li>
57
-						<li><a href="./?sauce&f=settings">Settings</li>
58
-						<li><a href="./?sauce&f=language">Language</li>
56
+						<li><a href="http://git.sleepycode.com/?a=summary&p=SMF%20Pastebin">Local Source</li>
57
+						<li><a href="https://github.com/jdarwood007/pastebin">GitHub</li>
59 58
 					</ul>
60 59
 				</li>
61 60
 			</ul>';
62 61