The web address to visit or document to open in response to the Support item under the Help menu is contained in the TrainingStudioTrackerAdministrator .exe.config file located in the same directory as the Training Studio Tracker Administrator executable file. This is an XML file that can be edited with any text editor. The relevant portion is shown below. The part that you would edit is shown in bold.
You may also edit the default report to use in the Query Reports screen. The other choice you may use is Comments By Application and Reviewer V2 (All).rdlc. This reports shows the Database Page Number as well as the Application within each row. This latter column can be helpful if exporting the report to a program like Excel.
<applicationSettings>
<TrainingStudioTrackerAdministrator.My.MySettings>
<setting name="SupportLink" serializeAs="String">
<value>mailto:support@plattecanyon.com?Subject=Training Studio Tracker Administrator Assistance</value>
</setting>
<setting name="DefaultQueryReport" serializeAs="String">
<value>Comments By Reviewer and Application (All).rdlc</value>
</setting>
</TrainingStudioTrackerAdministrator.My.MySettings>
</applicationSettings>