Skip to content

Commit c82219d

Browse files
author
delphidabbler
committed
Standardise links to software images using appropriate "constants" instead of string literals
1 parent 896e48c commit c82219d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_software/aboutbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 class="panel-title">
3030
This non-visual component encapsulates an About Box. When displayed the About Box appears like this:
3131
</p>
3232
<p class="text-center">
33-
<img src="{{ site.base-url }}/assets/images/software/aboutbox.png" alt="Vista screenshot of About dialog box" title="About dialog box" class="scale" style="width:360px;" />
33+
<img src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/aboutbox.png" alt="Vista screenshot of About dialog box" title="About dialog box" class="scale" style="width:360px;" />
3434
</p>
3535
<p class="alert alert-warning glyph">
3636
<var>TPJAboutBoxDlg</var> requires that a DelphiDabbler <a href="{{ site.base-url }}{{ site.data.core.software-base-url}}/verinfo">Version Information Component</a> is already installed in order to compile.

_software/stringpe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ <h3 data-toggle="collapse" data-target="#screenshots" class="collapsible collaps
8484
Our first screen shot is of the extended string editor dialog box, called from Delphi 2010, displaying a two line string.
8585
</p>
8686
<p class="text-center">
87-
<img src="{{ site.base-url }}/assets/images/software/stringpe-1.png" alt="Extended String Property Editor Screen Shot" title="Extended String Property Editor" class="scale" style="width:380px;">
87+
<img src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/stringpe-1.png" alt="Extended String Property Editor Screen Shot" title="Extended String Property Editor" class="scale" style="width:380px;">
8888
</p>
8989
<p>
9090
The second screen shot shows the object inspector displaying a multi-line string in a label's caption. This caption has been entered using the extended string property editor. The ellipsis button displays the editor when clicked.
9191
</p>
9292
<p class="text-center">
93-
<img src="{{ site.base-url }}/assets/images/software/stringpe-2.png" alt="Object Inpsector Screen Shot" title="Object Inspector showing elipsis leading to property editor" class="scale" style="width:347px;">
93+
<img src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/stringpe-2.png" alt="Object Inpsector Screen Shot" title="Object Inspector showing elipsis leading to property editor" class="scale" style="width:347px;">
9494
</p>
9595
<p>
9696
As can be seen above we are editing a <var>TLabel</var>. The final screenshot shows the label on a form at design time, displaying the two lines of text.
9797
</p>
9898
<p class="text-center">
99-
<img src="{{ site.base-url }}/assets/images/software/stringpe-3.png" alt="Form screen shot" title="Two line label in form" class="scale" style="width:175px;">
99+
<img src="{{ site.base-url }}{{ site.data.core.software-images-base-url}}/stringpe-3.png" alt="Form screen shot" title="Two line label in form" class="scale" style="width:175px;">
100100
</p>
101101
</div> <!-- /#screenshots -->
102102
</div>

0 commit comments

Comments
 (0)