chore: move to docling-project gh org (#95)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-03-14 14:04:31 +01:00
committed by GitHub
parent ec57b528ed
commit 7994b19b9f
11 changed files with 49 additions and 49 deletions

View File

@@ -178,7 +178,7 @@ def create_app(): # noqa: C901
@app.get("/favicon.ico", include_in_schema=False)
async def favicon():
response = RedirectResponse(
url="https://ds4sd.github.io/docling/assets/logo.png"
url="https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.svg"
)
return response