Skip to content

Commit 2ae90f0

Browse files
author
datadiode
committed
Fix defunct links in ReleaseNotes.html
1 parent 950ab4e commit 2ae90f0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Docs/Users/ReleaseNotes.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>WinMerge 0.2011.210.381 Release Notes</h2>
4444
This is an experimental release of WinMerge 2011.<br>
4545
It includes the following enhancements as compared to the previous stable release:
4646
<ul class='features'>
47-
<li><p><a href='https://github.com/winmerge/winimerge'>WinIMergeLib</a> is used for image comparison.
47+
<li><p><a target='_blank' href='https://github.com/winmerge/winimerge'>WinIMergeLib</a> is used for image comparison.
4848
<br>This feature was adopted from WinMerge 2.16.
4949
<li><p>SQLite 3 database files are presented in a <a target='_blank' href='https://github.com/datadiode/SQLiteCompare'>modified version</a> of <a target='_blank' href='https://www.codeproject.com/Articles/220018/SQLite-Compare-Utility'>SQLite Compare</a>
5050
which allows its embedding into the WinMerge GUI.
@@ -55,8 +55,7 @@ <h2>WinMerge 0.2011.210.381 Release Notes</h2>
5555
<li><p>File transform scriptlet <i>protodec.wsc</i> can be used to decode Protobuf messages.
5656
<li><p>The binary comparison view includes a Bookmarks menu.
5757
<li><p>File type associations for syntax coloring are configurable in Options dialog.
58-
<li><p>Following a suggestion made <a target='_blank' href='https://bitbucket.org/jtuc/winmerge2011/issues/101'>here</a>,
59-
the folder compare progress dialog offers an option to send an email when ready.
58+
<li><p>Following a suggestion made ages ago on Bitbucket, the folder compare progress dialog offers an option to send an email when ready.
6059
<li><p>The text comparison view can be switched to <i>Table Layout</i> to achieve column-wise alignment of CSV-like files.
6160
<br>The detailed procedure is to select one instance of the character which the file at hand uses as its field separator, and then type Ctrl+T, or invoke the command through toolbar or menu.
6261
<br>If the file also reserves a character for enquoting values to allow them to include instances of the field separator character, you can tell WinMerge so by
@@ -67,11 +66,11 @@ <h2>WinMerge 0.2011.210.381 Release Notes</h2>
6766
</ul>
6867
<h5>Source code links for GPL-licensed binaries included in this release:</h5>
6968
<ul>
70-
<li><a href='https://github.com/datadiode/winmerge2011/releases/tag/0.2011.210.381'>Source code of WinMerge 2011</a>
71-
<li><a href='https://github.com/datadiode/frhed/releases/tag/0.10907.2020'>Source code of Frhed</a>
72-
<li><a href='https://github.com/WinMerge/winimerge/releases/tag/1.0.20.0'>Source code of WinIMerge</a>
73-
<li><a href='https://github.com/datadiode/SQLiteCompare/releases/tag/v3.0.32'>Source code of SQLite Compare</a>
74-
<li><a href='https://github.com/schdub/protodec/releases/tag/v0.6.3-win'>Source code of protodec</a>
69+
<li><a target='_blank' href='https://github.com/datadiode/winmerge2011/releases/tag/0.2011.210.381'>Source code of WinMerge 2011</a>
70+
<li><a target='_blank' href='https://github.com/datadiode/frhed/releases/tag/0.10907.2020'>Source code of Frhed</a>
71+
<li><a target='_blank' href='https://github.com/WinMerge/winimerge/releases/tag/1.0.20.0'>Source code of WinIMerge</a>
72+
<li><a target='_blank' href='https://github.com/datadiode/SQLiteCompare/releases/tag/v3.0.32'>Source code of SQLite Compare</a>
73+
<li><a target='_blank' href='https://github.com/schdub/protodec/releases/tag/v0.6.3-win'>Source code of protodec</a>
7574
</ul>
7675
<i>Jochen Neubeck, September 2020</i>
7776
<xml src='WinMerge.chm' onreadystatechange='OnReadyStateChangeExternalDoc()'></xml>

0 commit comments

Comments
 (0)