Skip to content

Commit 542c0e4

Browse files
author
Fortran
committed
Deploying to gh-pages from @ e130da0 🚀
1 parent 8f4f383 commit 542c0e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pr/542/_sources/learn/f95_features/data_transfer.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ print form, q
6161
```
6262

6363
or as an asterisk this is a type of I/O known as *list-directed* I/O
64-
(see [below](list-directed-i/o),
64+
(see [below](list-directed-i-o),
6565
in which the format is defined by the computer system:
6666

6767
```f90

pr/542/learn/f95_features/data_transfer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h2>Formatted input/output<a class="headerlink" href="#formatted-input-output" t
734734
</pre></div>
735735
</div>
736736
<p>or as an asterisk this is a type of I/O known as <em>list-directed</em> I/O
737-
(see <a class="reference internal" href="#list-directed-i/o"><span class="xref myst">below</span></a>,
737+
(see <a class="reference internal" href="#list-directed-i-o"><span class="xref myst">below</span></a>,
738738
in which the format is defined by the computer system:</p>
739739
<div class="highlight-f90 notranslate"><div class="highlight"><pre><span></span><span class="k">print</span><span class="w"> </span><span class="o">*</span><span class="p">,</span><span class="w"> </span><span class="s2">&quot;Square-root of q = &quot;</span><span class="p">,</span><span class="w"> </span><span class="nb">sqrt</span><span class="p">(</span><span class="n">q</span><span class="p">)</span>
740740
</pre></div>

pr/542/news/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
33
<id>https://fortran-lang.org/en/</id>
44
<title>Blog</title>
5-
<updated>2025-04-24T11:32:22.796142+00:00</updated>
5+
<updated>2025-04-24T11:36:55.311468+00:00</updated>
66
<link href="https://fortran-lang.org/en/"/>
77
<link href="https://fortran-lang.org/en/news/atom.xml" rel="self"/>
88
<generator uri="https://ablog.readthedocs.io/" version="0.11.12">ABlog</generator>

0 commit comments

Comments
 (0)