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:
parent
3bf9de12a9
commit
3efa3506c1
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue