diff --git a/README.md b/README.md
index f2bf68b51..914cf6521 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ pip install -e .
The profiling report is written in HTML and CSS, which means a modern browser is required.
-You need [Python 3](https://python3statement.org/) to run the package. Other dependencies can be found in the requirements files:
+You need [Python 3](https://python3statement.github.io/) to run the package. Other dependencies can be found in the requirements files:
| Filename | Requirements|
|----------|-------------|
diff --git a/requirements-docs.txt b/requirements-docs.txt
index 02691a398..203ddfd60 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -2,6 +2,6 @@ mkdocs>=1.4.2,<1.5.2
mkdocs-material>=9.0.12,<10.0.0
mkdocs-material-extensions>=1.1.1,<2.0.0
mkdocs-table-reader-plugin<=2.0.1
-mike>=2.0.0,<2.1.0
+mike>=2.1.1,<2.2.0
mkdocstrings[python]>=0.20.0,<1.0.0
mkdocs-badges
diff --git a/src/ydata_profiling/report/presentation/flavours/html/templates/alerts/alert_constant.html b/src/ydata_profiling/report/presentation/flavours/html/templates/alerts/alert_constant.html
index cbe578dc7..2689418bd 100644
--- a/src/ydata_profiling/report/presentation/flavours/html/templates/alerts/alert_constant.html
+++ b/src/ydata_profiling/report/presentation/flavours/html/templates/alerts/alert_constant.html
@@ -1 +1 @@
-{{ alert.column_name }}
has constant value "{{ alert.values['mode'] }}"
+{{ alert.column_name }}
has constant value "{{ alert.values['value_counts_without_nan'].index[0] }}"