From 74b369ca20f342cac97e5bf5886e5389157fa883 Mon Sep 17 00:00:00 2001 From: ani Date: Sun, 19 Jul 2026 14:48:52 +0000 Subject: [PATCH] fix(mimic-iv-note): remove doubled https in duckdb download link The duckdb README download link was https://https://physionet.org/... which is not a valid URL. --- mimic-iv-note/buildmimic/duckdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimic-iv-note/buildmimic/duckdb/README.md b/mimic-iv-note/buildmimic/duckdb/README.md index 9bab32cf..5ed8fa33 100644 --- a/mimic-iv-note/buildmimic/duckdb/README.md +++ b/mimic-iv-note/buildmimic/duckdb/README.md @@ -29,7 +29,7 @@ or [Cygwin](https://www.cygwin.com/). ### Quick overview 1. [Install](https://duckdb.org/docs/installation/) the CLI version of DuckDB -2. [Download](https://https://physionet.org/content/mimic-iv-note/2.2/) the MIMIC-IV-NOTE files +2. [Download](https://physionet.org/content/mimic-iv-note/2.2/) the MIMIC-IV-NOTE files 3. Create DuckDB database and load data ### Install DuckDB