From ea81f4d934d1e86a8a25579873e378d9f771f0be Mon Sep 17 00:00:00 2001 From: Taksh Date: Sun, 19 Jul 2026 16:47:46 +0300 Subject: [PATCH] fix: repair broken sqlite.org markdown links in readmes --- mimic-iii/buildmimic/sqlite/README.md | 4 ++-- mimic-iv/buildmimic/sqlite/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mimic-iii/buildmimic/sqlite/README.md b/mimic-iii/buildmimic/sqlite/README.md index 6b2541fb9..bcfd98008 100644 --- a/mimic-iii/buildmimic/sqlite/README.md +++ b/mimic-iii/buildmimic/sqlite/README.md @@ -1,13 +1,13 @@ # Building the MIMIC database with SQLite -Either `import.sh` or `import.py` can be used to generate a [SQLite]([https://sqlite.org/index.html) database file from the MIMIC-III demo or full dataset. +Either `import.sh` or `import.py` can be used to generate a [SQLite](https://sqlite.org/index.html) database file from the MIMIC-III demo or full dataset. `import.sh` is a shell script that will work with any POSIX compliant shell. It is memory efficient and does not require loading entire data files into memory. It only needs three things to run: 1. A POSIX compliant shell (e.g., dash, bash, zsh, ksh, etc.) -2. [SQLite]([https://sqlite.org/index.html) +2. [SQLite](https://sqlite.org/index.html) 3. gzip (which is installed by default on any Linux/BSD/Mac variant) **Note:** The `import.sh` script will set all data fields to *text*. diff --git a/mimic-iv/buildmimic/sqlite/README.md b/mimic-iv/buildmimic/sqlite/README.md index 5281cf623..bbf6652fb 100644 --- a/mimic-iv/buildmimic/sqlite/README.md +++ b/mimic-iv/buildmimic/sqlite/README.md @@ -7,7 +7,7 @@ It is memory efficient and does not require loading entire data files into memory. It only needs three things to run: 1. A POSIX compliant shell (e.g., dash, bash, zsh, ksh, etc.) -2. [SQLite]([https://sqlite.org/index.html) +2. [SQLite](https://sqlite.org/index.html) 3. gzip (which is installed by default on any Linux/BSD/Mac variant) **Note:** The `import.sh` script will set all data fields to *text*.