Skip to content

Commit f5b142c

Browse files
author
delphidabbler
committed
Merge branch 'feature/fix-urls' into develop
2 parents 7af3bae + d44646f commit f5b142c

File tree

509 files changed

+675
-2959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+675
-2959
lines changed

Build.html

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
77
* obtain one at http://mozilla.org/MPL/2.0/
88
*
9-
* Copyright (C) 2009-2015, Peter Johnson (www.delphidabbler.com).
10-
*
11-
* $Rev$
12-
* $Date$
9+
* Copyright (C) 2009-2020, Peter Johnson (gravatar.com/delphidabbler).
1310
*
1411
* Instructions for building CodeSnip from source.
1512
-->
@@ -201,8 +198,8 @@ <h3>
201198
or later is required.
202199
Version Information Editor can be obtained from
203200
<a
204-
href="http://www.delphidabbler.com/software/vied"
205-
>http://www.delphidabbler.com/software/vied</a>.
201+
href="https://github.com/delphidabbler/vied/releases"
202+
>https://github.com/delphidabbler/vied/releases</a>.
206203
</p>
207204

208205
<p>
@@ -220,8 +217,8 @@ <h3>
220217
is required.
221218
The HTML Resource Compiler can be obtained from
222219
<a
223-
href="http://www.delphidabbler.com/software/htmlres"
224-
>http://www.delphidabbler.com/software/htmlres</a>.
220+
href="https://github.com/delphidabbler/htmlres/releases"
221+
>https://github.com/delphidabbler/htmlres/releases</a>.
225222
</p>
226223

227224
<p>
@@ -427,9 +424,9 @@ <h3>
427424
>CodeSnip SourceForge Files Page</a>.
428425
</li>
429426
<li>
430-
Grab the source code of the latest release from <a
431-
href="http://www.delphidabbler.com/software/codesnip/download"
432-
>DelphiDabbler.com</a>.
427+
Grab the source code of the latest release from the release page of the <a
428+
href="https://github.com/delphidabbler/codesnip/releases"
429+
>delphidabbler/codesnip</a> repository on GitHub.
433430
</li>
434431
</ol>
435432

Docs/ChangeLogs/ChangeLog-v0.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
7-
;
8-
; $Rev$
9-
; $Date$
6+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
107
;
118
; Change Log for CodeSnip Release 0 (Beta releases)
129
; ------------------------------------------------------------------------------

Docs/ChangeLogs/ChangeLog-v1.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
7-
;
8-
; $Rev$
9-
; $Date$
6+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
107
;
118
; Change Log for CodeSnip Release 1
129
; ------------------------------------------------------------------------------

Docs/ChangeLogs/ChangeLog-v2.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
7-
;
8-
; $Rev$
9-
; $Date$
6+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
107
;
118
; Change Log for CodeSnip Release 2
129
; ------------------------------------------------------------------------------

Docs/ChangeLogs/ChangeLog-v3.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
7-
;
8-
; $Rev$
9-
; $Date$
6+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
107
;
118
; Change Log for CodeSnip Release 3
129
; ------------------------------------------------------------------------------

Docs/ChangeLogs/ChangeLog-v4.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
; obtain one at http://mozilla.org/MPL/2.0/
55
;
6-
; Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
7-
;
8-
; $Rev$
9-
; $Date$
6+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
107
;
118
; Change Log for CodeSnip Release 4
129
; ------------------------------------------------------------------------------

Docs/Design/FileFormats/backup.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012, Peter Johnson (www.delphidabbler.com).
9-
*
10-
* $Rev$
11-
* $Date$
8+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
129
*
1310
* CodeSnip File Format Documentation: Backup Files.
1411
-->

Docs/Design/FileFormats/config.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
9-
*
10-
* $Rev$
11-
* $Date$
8+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
129
*
1310
* CodeSnip File Format Documentation: Configuration Files
1411
-->

Docs/Design/FileFormats/export.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2016, Peter Johnson (www.delphidabbler.com).
9-
*
10-
* $Rev$
11-
* $Date$
8+
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
129
*
1310
* CodeSnip File Format Documentation: Export
1411
-->

Docs/Design/FileFormats/favourites.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2013, Peter Johnson (www.delphidabbler.com).
9-
*
10-
* $Rev$
11-
* $Date$
8+
* Copyright (C) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
129
*
1310
* CodeSnip File Format Documentation: Favourites Files
1411
-->

0 commit comments

Comments
 (0)