]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Fix link in German translation (#11836)
authorAnita Hammer <166057949+anitahammer@users.noreply.github.com>
Sun, 14 Jul 2024 02:04:00 +0000 (03:04 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Jul 2024 02:04:00 +0000 (21:04 -0500)
Broken link on main page

docs/de/docs/index.md

index 9b8a73003c4862ee4efefbd5aee28df400251c81..831d96e42b6582bf96f3fe43e9f0bef4cff3e410 100644 (file)
@@ -460,7 +460,7 @@ Wird von Starlette verwendet:
 
 * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - erforderlich, wenn Sie den `TestClient` verwenden möchten.
 * <a href="https://jinja.palletsprojects.com" target="_blank"><code>jinja2</code></a> - erforderlich, wenn Sie die Standardkonfiguration fĂŒr Templates verwenden möchten.
-* <a href="https://andrew-d.github.io/python-multipart/" target="_blank"><code>python-multipart</code></a> - erforderlich, wenn Sie Formulare mittels `request.form()` <abbr title="Konvertieren des Strings, der aus einer HTTP-Anfrage stammt, nach Python-Daten">„parsen“</abbr> möchten.
+* <a href="https://github.com/Kludex/python-multipart" target="_blank"><code>python-multipart</code></a> - erforderlich, wenn Sie Formulare mittels `request.form()` <abbr title="Konvertieren des Strings, der aus einer HTTP-Anfrage stammt, nach Python-Daten">„parsen“</abbr> möchten.
 * <a href="https://pythonhosted.org/itsdangerous/" target="_blank"><code>itsdangerous</code></a> - erforderlich fĂŒr `SessionMiddleware` UnterstĂŒtzung.
 * <a href="https://pyyaml.org/wiki/PyYAMLDocumentation" target="_blank"><code>pyyaml</code></a> - erforderlich fĂŒr Starlette's `SchemaGenerator` UnterstĂŒtzung (Sie brauchen das wahrscheinlich nicht mit FastAPI).
 * <a href="https://github.com/esnme/ultrajson" target="_blank"><code>ujson</code></a> - erforderlich, wenn Sie `UJSONResponse` verwenden möchten.