`_.
@@ -79,6 +79,6 @@ Quick start
},
]
-7. Include the tags in your base.html file (see example file at https://github.com/entrepreneur-interet-general/django-dsfr/blob/main/example_app/templates/example_app/base.html)
+7. Include the tags in your base.html file (see example file at https://github.com/numerique-gouv/django-dsfr/blob/main/example_app/templates/example_app/base.html)
8. Start the development server and visit http://127.0.0.1:8000/
diff --git a/example/urls.py b/example/urls.py
index 173c25868..425b662aa 100644
--- a/example/urls.py
+++ b/example/urls.py
@@ -4,7 +4,7 @@
urlpatterns = [
# The "django-dsfr/" prefix is here because this site is deployed as doc on
- # https://entrepreneur-interet-general.github.io/django-dsfr/
+ # https://numerique-gouv.github.io/django-dsfr/
path("admin/", admin.site.urls),
path("django-dsfr/", include("example_app.urls")),
path("", RedirectView.as_view(pattern_name="index", permanent=False)),
diff --git a/example_app/templates/example_app/index.html b/example_app/templates/example_app/index.html
index cfabf4c23..0c02739c1 100644
--- a/example_app/templates/example_app/index.html
+++ b/example_app/templates/example_app/index.html
@@ -35,7 +35,7 @@ Documentation
Installation
- Voir la section dédiée dans le README.
+ Voir la section dédiée dans le README.
Utilisation
@@ -46,7 +46,7 @@ Utilisation
Développement
- Voir la page CONTRIBUTING.md.
+ Voir la page CONTRIBUTING.md.
Notes
diff --git a/pyproject.toml b/pyproject.toml
index 4a98b7869..943e94a6f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,7 +3,7 @@ authors = ["Sylvain Boissel "]
description = "Integrate the French government Design System into a Django app"
license = "MIT"
name = "django-dsfr"
-version = "0.16.0"
+version = "0.16.1"
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
@@ -23,11 +23,11 @@ classifiers = [
"Topic :: Software Development :: Libraries",
"Topic :: Utilities",
]
-documentation = "https://entrepreneur-interet-general.github.io/django-dsfr"
-homepage = "https://github.com/entrepreneur-interet-general/django-dsfr"
+documentation = "https://numerique-gouv.github.io/django-dsfr"
+homepage = "https://github.com/numerique-gouv/django-dsfr"
keywords = ["django"]
readme = "README.rst"
-repository = "https://github.com/entrepreneur-interet-general/django-dsfr"
+repository = "https://github.com/numerique-gouv/django-dsfr"
packages = [
{include = "dsfr"},