API/CodeSamples.md
... ...
@@ -11,17 +11,17 @@ _**Note:** Some of the items below are listed more than once. This is because th
11 11
##Login Page
12 12
13 13
* [[Authentication Function|/Tutorials/CodeSamples/Login-Sample]]
14
-* Controlling user logins and login customization
14
+* [[Controlling user logins and login customization|http://wiki.izenda.us/Tutorials/CodeSamples/Login-Sample]]
15 15
16 16
##Global Application
17 17
18
-* Secure https on a load balancer
18
+* [[Secure https on a load balancer|http://wiki.izenda.us/FAQ/Questions/Secure-https-on-a-load-balancer]]
19 19
* [[How can I apply a hidden filter using an inner query|/FAQ/applying-hidden-filter-using-inner-query]]
20 20
* [[ProcessEqualsSelectList()|/FAQ/ProcessEqualsSelectList]]
21 21
* [[CustomizeChart()|/FAQ/CustomizeChart]]
22 22
* [[Introduction to the Global.asax file|/API/AdHocConfig]]
23 23
* [[InitializeReporting()|/FAQ/InitializeReporting]]
24
-* [[Session_Start()|/FAQ/Session_Start]]
24
+* [[Session_Start()|/FAQ/Session-Start]]
25 25
* [[Add Formatting to Grid or New Formats to Formats Dropdown|/FAQ/Questions/Add-Formatting-Options]]
26 26
27 27
##General