diff --git a/versionner-un-code-python.qmd b/versionner-un-code-python.qmd
index b5361eb022f04c8787d30e36af85795b878497f5..6247e05f5942ae830c4c96538342f5ef7367e528 100644
--- a/versionner-un-code-python.qmd
+++ b/versionner-un-code-python.qmd
@@ -21,7 +21,7 @@ versionner son code Python ?
 - Librairies de gestion de l'identifiant de version (setuptools_scm,
   Versioneer, Miniver, ...)
 
-::: aside
+::: notes
 Cette présentation ne décrit pas toutes les étapes nécessaires au packaging
 d'une application.
 :::
@@ -33,7 +33,7 @@ d'une application.
 La structure d'un **identifiant de version Python**, spécifiée par la PEP 440
 ^[[PEP 440 - Version Identification and Dependency Specification](https://peps.python.org/pep-0440/)], 
 est la suivante ^[Informations et illustrations extraites de l'article [What is a Python package version?](https://sethmlarson.dev/pep-440#v-prefixes) de [Seth Michael
-Larson](https://sethmlarson.dev/) sous licence [waiting for license choice](https://creativecommons.org/share-your-work/cclicenses/)] :
+Larson](https://sethmlarson.dev/) sous licence [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1)] :
 
 ![](images/python-version-identifiers.png){height="120"}