Skip to content

Commit d379b8b

Browse files
committed
Update fractions unit page re release 0.1.2-beta
1 parent 13e5dcd commit d379b8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_software/fractions.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
layout: "codelib-tplt"
44
group: lib
55
priority: 12
6-
version: "0.1.1-beta"
7-
release-date: "2014-01-11"
6+
version: "0.1.2-beta"
7+
release-date: "2023-12-13"
88
platforms: ["Win32", "Win64"]
99
frameworks: ["RTL"]
1010
compatibility: "Delphi 2009 & later"
@@ -15,7 +15,7 @@
1515
meta-desc: "Advanced Delphi Pascal record that stores and manipulates fractions. Has overloaded operators & numerous operations. Requires Delphi 2009 & later."
1616
download-base-url: "https://sourceforge.net/projects/ddablib/files/fractions/"
1717
repo-url: "https://github.com/ddablib/fractions"
18-
docs-url: "https://github.com/delphidabbler/ddab-lib-docs/blob/master/Docs/Fractions.md"
18+
docs-url: "https://lib-docs.delphidabbler.com/Fractions/"
1919
want-header-buttons: true
2020
status: "current"
2121
---
@@ -78,10 +78,10 @@ <h2 class="panel-title">
7878
<strong><code>DelphiDabbler.Lib.Fractions.pas</code></strong> &ndash; source code.
7979
</li>
8080
<li class="list-group-item">
81-
<code>ReadMe.htm</code> &ndash; read-me file.
81+
<code>README.md</code> &ndash; read-me file.
8282
</li>
8383
<li class="list-group-item">
84-
<code>ChangeLog.txt</code> &ndash; project change log.
84+
<code>CHANGELOG.md</code> &ndash; project change log.
8585
</li>
8686
<li class="list-group-item">
8787
<code>MPL-2.txt</code> &ndash; the Mozilla Public License v2.0.
@@ -121,10 +121,10 @@ <h2 class="panel-title">
121121
The <em>{{page.title}}</em> is comprehensively documented online <a href="{{ page.docs-url }}" aria-title="View the online documentation">here</a>
122122
</p>
123123
<p>
124-
The project's change log can be viewed <a href="https://raw.githubusercontent.com/ddablib/fractions/main/Docs/ChangeLog.txt" aria-title="View the change log in plain text">here</a>.
124+
Read-me file: <code><a href="https://github.com/ddablib/fractions/blob/main/README.md" aria-title="View the read me file in Markdown format">README.md</a></code>
125125
</p>
126126
<p>
127-
A read-me file (<code>ReadMe.htm</code>) is included in the project download.
127+
Change log: <code><a href="https://github.com/ddablib/fractions/blob/main/CHANGELOG.md" aria-title="View the change log in Markdown format">CHANGELOG.md</a></code>.
128128
</p>
129129
</div>
130130
</section>
@@ -156,7 +156,7 @@ <h2 class="panel-title">
156156
</div>
157157
<div class="panel-body">
158158
<p>
159-
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 2013-2014 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
159+
<span class="fa fa-copyright fa-pull-left fa-3x"></span> The <em>{{page.title}}</em> is open source. It is copyright &copy; 2013-2023 by <a href="https://en.gravatar.com/delphidabbler" aria-label="Peter Johnson's Gravatar account">Peter Johnson</a>. The source code is made available under the terms of the <a href="https://www.mozilla.org/MPL/2.0/" aria-label="Mozilla Public License v2.0 on mozilla.org">Mozilla Public License v2.0</a>. All relevant trademarks are acknowledged.
160160
</p>
161161
</div>
162162
</section>

0 commit comments

Comments
 (0)