Skip to content

Commit 50a3b80

Browse files
Fix tutorial link. Resolves #554.
1 parent f3d1297 commit 50a3b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/xml/Props.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ this program. If not, see http://www.gnu.org/licenses/.
7474
<property name="GlossaryFilePath" type="string" default='"doc" + File.separator + "Glossary.html"' doc='Path name for Glossary file.'/>
7575
<property name="protocolDocfilePath" type="string" default='"doc" + File.separator + "IrpProtocols.html"' doc='Path name for protocol documentation file.'/>
7676
<property name="releaseNotesPath" type="string" default='"doc" + File.separator + "IrScrutinizer.releasenotes.txt"' doc='Path name for release notes.'/>
77-
<property name="tutorialUrl" type="string" default='"http://www.hifi-remote.com/wiki/index.php?title=IrScrutinizer_Guide"' doc='URL for tutorial.'/>
77+
<property name="tutorialUrl" type="string" default='"https://github.com/bengtmartensson/IrScrutinizer/wiki/IrScrutinizer-Tutoral"' doc='URL for tutorial.'/>
7878
<property name="selectedHardware" type="string" default='"Audio Port"' doc="Name of selected hardware."/>
7979
<property name="lookAndFeel" type="int" default='"0"' doc='Look and feel, as integer index in table. Semantics is system dependent.'/>
8080
<property name="usePopupsForErrors" type="boolean" default='"true"' doc='If true, use popups for help. Otherwise the console will be used.'/>

0 commit comments

Comments
 (0)