Skip to content

Commit 94ccaa7

Browse files
committed
Fix links in AboutBox documentation
There were two kinds of fixes: 1. Fix links broken by change of directory structure. 2. Change link to releases page from SourceForge to GitHub.
1 parent 589f2f7 commit 94ccaa7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

AboutBox/3.6/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [About Box Component](../AboutBox.md) Programmers' Guide
1+
# [About Box Component](../index.md) Programmers' Guide
22

33
## Introduction
44

AboutBox/3.6/API/TPJAboutBoxDlg-VersionInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ property VersionInfo: TPJVersionInfo;
1414

1515
This property allows information from a string information block in a program file's _VERSIONINFO_ resource to be displayed in the dialog box.
1616

17-
To enable this to happen a [_TPJVersionInfo_](../../VerInfo/API/TPJVersionInfo.md) component must be placed on the form and this property must reference it. The _TPJVersionInfo_ component's [_FileName_](../../VerInfo/API/TPJVersionInfo-FileName.md) property must be set to the name of the executable file from which version information is to be extracted, or set to '' to get the version information of the parent executable file.
17+
To enable this to happen a [_TPJVersionInfo_](../../../VerInfo/3/API/TPJVersionInfo.md) component must be placed on the form and this property must reference it. The _TPJVersionInfo_ component's [_FileName_](../../../VerInfo/3/API/TPJVersionInfo-FileName.md) property must be set to the name of the executable file from which version information is to be extracted, or set to '' to get the version information of the parent executable file.
1818

1919
The following table shows which version information string values are used, along with the properties whose values they replace:
2020

AboutBox/3.6/API/TPJAboutBoxDlg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This non-visual component encapsulates an About Box in a non-visual component. It is displayed by calling its [_Execute_](./TPJAboutBoxDlg-Execute.md) method. It has string properties to display five different pieces of information in the about box. They are: [_Copyright_](./TPJAboutBoxDlg-Copyright.md), [_Notes_](./TPJAboutBoxDlg-Notes.md), [_ProgramName_](./TPJAboutBoxDlg-ProgramName.md), [_Title_](./TPJAboutBoxDlg-Title.md) and [_Version_](./TPJAboutBoxDlg-Version.md).
88

9-
Alternatively, the about box can display information from a _VERSIONINFO_ resource included in a program file. This is achieved by setting the [_VersionInfo_](./TPJAboutBoxDlg-VersionInfo.md) property to reference a [_TPJVersionInfo_](../../VerInfo/API/TPJVersionInfo.md) component which extracts the required version information from an executable file.
9+
Alternatively, the about box can display information from a _VERSIONINFO_ resource included in a program file. This is achieved by setting the [_VersionInfo_](./TPJAboutBoxDlg-VersionInfo.md) property to reference a [_TPJVersionInfo_](../../../VerInfo/3/API/TPJVersionInfo.md) component which extracts the required version information from an executable file.
1010

1111
The application's icon is displayed in the dialog box. This is the icon specified by the _Icon_ property of the _TApplication_ object. If no icon has been specified for the application then default Delphi icon is used.
1212

@@ -42,7 +42,7 @@ The [_HelpContext_](./TPJAboutBoxDlg-HelpContext.md) property allows Windows Hel
4242
| [_UseOSStdFonts_](./TPJAboutBoxDlg-UseOSStdFonts.md) | Specifies whether the dialog box should use the system's default font. |
4343
| [_UseOwnerAsParent_](./TPJAboutBoxDlg-UseOwnerAsParent.md) | Determines if the dialog box should to be forced to be a child window of any owning control. |
4444
| [_Version_](./TPJAboutBoxDlg-Version.md) | The version number information to be displayed in the dialog box. |
45-
| [_VersionInfo_](./TPJAboutBoxDlg-VersionInfo.md) | Reference to any [_TPJVersionInfo_](../../VerInfo/API/TPJVersionInfo.md) component that provides the text displayed in the about box. |
45+
| [_VersionInfo_](./TPJAboutBoxDlg-VersionInfo.md) | Reference to any [_TPJVersionInfo_](../../../VerInfo/3/API/TPJVersionInfo.md) component that provides the text displayed in the about box. |
4646

4747
## Events
4848

AboutBox/3.6/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [About Box Component](../AboutBox.md) Overview
1+
# [About Box Component](../index.md) Overview
22

33
## Description
44

@@ -18,7 +18,7 @@ The dialogue's position can be specified relative to the screen, desktop or pare
1818

1919
### Required component
2020

21-
In order to compile, _TPJAboutBoxDlg_ requires that a DelphiDabbler [_Version Information Component_](../VerInfo/Overview.md) is installed.
21+
In order to compile, _TPJAboutBoxDlg_ requires that a DelphiDabbler [_Version Information Component_](../../VerInfo/index.md) is installed.
2222

2323
### Demo program
2424

AboutBox/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ This documentation applies to About Box Component ~>3.6.
2121
2222
## Contents
2323

24-
* [Overview](./AboutBox/Overview.md)
25-
* [Programmer's Guide](./AboutBox/API.md)
24+
* [Overview](./3.6/Overview.md)
25+
* [Programmer's Guide](./3.6/API.md)
2626

2727
## Links
2828

2929
* Back to [Documentation Home Page](../index.md)
3030
* [About Box Component Web Page](https://delphidabbler.com/software/aboutbox)
31-
* [Downloads](https://sourceforge.net/projects/ddablib/files/aboutbox/)
31+
* [Releases](https://github.com/ddablib/aboutbox/releases)
3232
* [Source Code](https://github.com/ddablib/aboutbox)

0 commit comments

Comments
 (0)