From 5d5d3dcc43fefc34d85b910f8045dc60042f42ab Mon Sep 17 00:00:00 2001 From: ovodela <102893727+ovodela@users.noreply.github.com> Date: Mon, 31 Aug 2026 17:13:02 -0500 Subject: [PATCH] fix: replace broken anchor link with docs URL The in-page anchor #specifying-a-filetype-or-delimiter does not exist in the README. The section lives in the hosted documentation. Replace with the absolute URL to the docs site which is version-agnostic. Closes #972 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df9a2ea..3cfca7b8 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ json_data = Data('https://github.com/capitalone/DataProfiler/blob/main/dataprofi ``` If the file type is not automatically identified (rare), you can specify them -specifically, see section [Specifying a Filetype or Delimiter](#specifying-a-filetype-or-delimiter). +specifically, see section [Specifying a Filetype or Delimiter](https://capitalone.github.io/DataProfiler/profiler.html#specifying-a-filetype-or-delimiter). ### Profile a File