Skip to content

Commit 572734f

Browse files
authored
Update advanced_topics_list.md
Added missing html extension
1 parent e23a2af commit 572734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/hdf5-docs/advanced_topics_list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from:
2020
| [HDF5 Data Flow Pipeline for H5Dread](advanced_topics/data_flow_pline_H5Dread.html) | Describes data flow when reading raw data from an HDF5 dataset |
2121
| [HDF5 Metadata](advanced_topics/) | Provides a comprehensive overview of the types of metadata used in HDF5 |
2222
| [Introduction to Single-Writer_Multiple-Reader (SWMR)](advanced_topics/intro_SWMR.html) | Enables writing to a file while multiple readers are accessing it |
23-
| [Introduction to the Virtual Dataset - VDS](advanced_topics/intro_VDS.) | Describes how to present data stored in several HDF5 datasets and files as a single dataset and access the data using HDF5 APIs |
23+
| [Introduction to the Virtual Dataset - VDS](advanced_topics/intro_VDS.html) | Describes how to present data stored in several HDF5 datasets and files as a single dataset and access the data using HDF5 APIs |
2424
| [Modified Region Writes (PDF)](advanced_topics/ModifiedRegionWrites.pdf) | Describes how to set write operations for in-memory files so that only modified regions are written to storage. Available when the Core (Memory) VFD is used |
2525
| [Page Buffering (PDF)](https://docs.hdfgroup.org/hdf5/rfc/RFC-Page_Buffering.pdf) | Describes how to reduce the number of small accesses in HDF5 by buffering metadata and raw data accesses |
2626
| [Partial Edge Chunks]() | Describes how to control the filtering of partial edge chunks to improve performance when extending datasets |

0 commit comments

Comments
 (0)