Home.md
... ...
@@ -109,7 +109,7 @@ else
109 109
Izenda.AdHoc.AdHocSettings.AdHocConfig.PostLogin();
110 110
```
111 111
112
-*Once security is fully configured, add the following code to the [[ConfigureSettings()|(http://wiki.izenda.us/Adding-Code]] method to prevent users from navigating to reports without logging in first.*
112
+*Once security is fully configured, add the following code to the [[ConfigureSettings()|/FAQ/ConfigureSettings]] method to prevent users from navigating to reports without logging in first.*
113 113
114 114
``` c#
115 115
// Require Login once security is configured.