From b295da4bfea1231856df03ffc075a74252f510bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Lei=C3=9F?= <5084100+sleiss@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:57:04 +0200 Subject: [PATCH] chore: Update repository URL in CITATION.cff (#1363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update repository URL in CITATION.cff Repository was moved to docling-project/docling, so adjust the URL. Signed-off-by: Simon Leiß <5084100+sleiss@users.noreply.github.com> --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 2a7ca30..71910b8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,5 +11,5 @@ identifiers: - type: url value: 'https://arxiv.org/abs/2408.09869' description: 'arXiv:2408.09869' -repository-code: 'https://github.com/DS4SD/docling' +repository-code: 'https://github.com/docling-project/docling' license: MIT