samples: dumb_http_server: Fix dead "Zephyr About page" href

Update href for 'Zephyr About page' in the `dumb_http_server` sample to the
correct URL.

Signed-off-by: Patryk Koscik <pkoscik@antmicro.com>
This commit is contained in:
Patryk Koscik 2024-11-27 21:15:14 +01:00 committed by Benjamin Cabé
commit 3efa3506c1
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ body {
<p style="color: red">
Warning: this is a content sample. Proceed to
<a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a>
<a href="https://www.zephyrproject.org/learn-about">Zephyr About page</a>
for up to date information.
</p>

View file

@ -15,7 +15,7 @@ body {
<p style="color: red">
Warning: this is a content sample. Proceed to
<a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a>
<a href="https://www.zephyrproject.org/learn-about">Zephyr About page</a>
for up to date information.
</p>

View file

@ -15,7 +15,7 @@ body {
<p style="color: red">
Warning: this is a content sample. Proceed to
<a href="https://www.zephyrproject.org/about/what-is-zephyr-project">Zephyr About page</a>
<a href="https://www.zephyrproject.org/learn-about">Zephyr About page</a>
for up to date information.
</p>