Skip to content

Commit b0ff678

Browse files
committed
fix invalid URL
1 parent e04ca27 commit b0ff678

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,20 @@ <h2>A Brief History of PnetCDF</h2>
127127
<h2>A Note About Large File Support</h2>
128128
<p>
129129
The classic
130-
<a href="http://www.unidata.ucar.edu/software/netcdf/old_docs/really_old/guide_15.html">CDF</a>
130+
<!--
131+
<a href="http://www.unidata.ucar.edu/software/netcdf/old_docs/really_old/guide_15.html">
132+
-->
133+
<a href="doc/c-reference/pnetcdf-c/CDF_002d1-file-format-specification.html">
134+
CDF</a>
131135
file format (referred as CDF-1) has been solely in use by NetCDF library
132136
through version 3.5.1. The classic format has been updated by NASA ESDS
133137
community standard and added a support for 64-bit offset file format
134138
(also referred as CDF-2). See
135-
<a href="https://earthdata.nasa.gov/standards/netcdf-classic">NetCDF Classic and
136-
64-bit Offset File Formats</a>.
139+
<!--
140+
<a href="https://earthdata.nasa.gov/standards/netcdf-classic">
141+
-->
142+
<a href="doc/c-reference/pnetcdf-c/CDF_002d2-file-format-specification.html">
143+
NetCDF Classic and 64-bit Offset File Formats</a>.
137144
</p>
138145
<p>
139146
Starting from 3.6.0, the serial NetCDF library added support for the
@@ -144,7 +151,7 @@ <h2>A Note About Large File Support</h2>
144151
based largely on work from Greg Sjaardema.</p>
145152
<p>
146153
Starting from the release of 0.9.2, PnetCDF supports CDF-2 format. See
147-
<a href="https://github.com/Parallel-NetCDF/PnetCDF/blob/master/doc/README.large_files">README.large_files</a>
154+
<a href="https://github.com/Parallel-NetCDF/PnetCDF/blob/master/doc/README.large_files.md">README.large_files</a>
148155
for more information.
149156
</p>
150157
<p>

0 commit comments

Comments
 (0)