Skip to content

Commit 9143a90

Browse files
committed
reorganize
1 parent 939e35c commit 9143a90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/03_storage/06_best_practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ Your home directory has a relatively small number of inodes.
4848
If you create a conda or python environment in you home directory, this can eat up all the inodes.
4949
:::
5050

51-
Please review the [Package Management section](../06_tools_and_software/05_software_on_greene.md#package-management-for-r-python--julia-and-conda-in-general) of the [Greene Software Page](../06_tools_and_software/05_software_on_greene.md).
51+
Please review the [Package Management section](../06_tools_and_software/05_software_on_greene.md#package-management-for-r-python--julia-and-conda-in-general) of the [Greene Software Page](../06_tools_and_software/01_software_on_greene.md).
5252

docs/hpc/03_storage/07_large_number_of_small_files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This option may require a lot of RAM - thus you may have to wait a long time for
4545
Special containers, which allow to either load data fast fully or access chosen elements without loading the whole dataset into RAM.
4646

4747
### SQLite
48-
If you have structured data, a good option would be to use SQLite. Please see [SQLite: Handling Large Structured Data](../06_tools_and_software/07_sqlite_handling_large_structured_data.md) for more information.
48+
If you have structured data, a good option would be to use SQLite. Please see [SQLite: Handling Large Structured Data](../06_tools_and_software/05_sqlite_handling_large_structured_data.md) for more information.
4949

5050
### HDF5
5151
One can think about HDF5 file as a "container file" (database of a sort), which holds a lot of objects inside.

0 commit comments

Comments
 (0)