API/AdHocConfig.md
... ...
@@ -33,7 +33,7 @@ These methods are overridable in any class that inherits from FileSystemAdHocCon
33 33
* [[PerformCustomRendering|/FAQ/PerformCustomRendering]] - Allows customization of the rendering method used when a form report is being rendered
34 34
* [[PostExecuteReportSet|/FAQ/PostExecuteReportSet]] - Allows customization of the ReportSet object currently being processed to be displayed/exported/sent via scheduler
35 35
* [[PostLoadReportSet|/FAQ/PostLoadReportSet]] - Allows customization of the process that occurs after the ReportSet is loaded
36
-* [[PostLogin|/API/AdHocConfig/PostLogin]] - **Obsolete** Allows customization of per-user settings once the user has logged in
36
+* [[PostLogin|/FAQ/PostLogin]] - **Obsolete** Allows customization of per-user settings once the user has logged in
37 37
* [[PostProcessEqualsSelectList|/FAQ/PostProcessEqualsSelectList]] - Allows customization of the process that runs after the Equals(Select/Checkbox/Popup/Multiple) values have been obtained
38 38
* [[PostSaveReportSet|/FAQ/PostSaveReportSet]] - **Obsolete** Allows customization of the process that occurs after saving a report
39 39
* [[PreLoadReportSet|/FAQ/PreLoadReportSet]] - Allows customization of the process that occurs before loading a report