@@ -15,7 +15,7 @@ I would like to acknowledge the influence of the [JP1 forum](http://hifi-remote.
1515This work surely would not exist without the JP1 forum.
1616
1717## Background
18- This program can be considered as a successor of [ IrpMaster] ( http ://www. harctoolbox.org/IrpMaster,html) .
18+ This program can be considered as a successor of [ IrpMaster] ( https ://harctoolbox.org/IrpMaster,html) .
1919The Irp parser therein is based upon a [ ANTLR3 grammar] ( http://www.antlr.org ) . The "new version"
2020ANTLR4 is really not a new version, but a completely different tool, fixing most of the quirks that were irritating
2121in IrpMaster (like the "ugliness" of embedding actions within the grammar, no left recursion, and much more).
@@ -109,7 +109,7 @@ This has been inspired by to the Analyzer and the RepeatFinder in
109109## Protocol Data Base
110110The "ini"-file ` IrpProtocols.ini ` of IrpMaster has been replaced by an XML file,
111111per default called ` IrpProtocols.xml ` . The XML format
112- is defined by the W3C schema [ irp-protocols] ( http ://www. harctoolbox.org/schemas/irp-protocols.xsd) , and has the name space
112+ is defined by the W3C schema [ irp-protocols] ( https ://harctoolbox.org/schemas/irp-protocols.xsd) , and has the name space
113113` http://www.harctoolbox.org/irp-protocols ` . This format has many advantages in
114114comparison with the simpler previous format, for example, it can contain embedded XHTLM fragments.
115115It also can contain different parameters that can be used by different programs, for example, tolerance parameters
@@ -750,5 +750,5 @@ Usage: IrpTransmogrifier [options] [command] [command options]
750750
751751
752752
753- For documentation, see http ://www. harctoolbox.org/IrpTransmogrifier.html
753+ For documentation, see https ://harctoolbox.org/IrpTransmogrifier.html
754754```
0 commit comments