Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-21 16:24:38 +0300
committerGitHub <noreply@github.com>2018-11-21 16:24:38 +0300
commit73a98d97380e52d4cf2ec5aa8071b93e97e390ae (patch)
tree74959071f7254051b6600d42ec34c11d8e2db60a
parent487bd521e379ebff994ceb16ade1feedd45f0998 (diff)
reboot: Fix mailto address (#27700)
-rw-r--r--site/docs/4.1/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/content/reboot.md b/site/docs/4.1/content/reboot.md
index 0b9375d0a1..8de206fa2b 100644
--- a/site/docs/4.1/content/reboot.md
+++ b/site/docs/4.1/content/reboot.md
@@ -307,7 +307,7 @@ The `<address>` element is updated to reset the browser default `font-style` fro
<address>
<strong>Full Name</strong><br>
- <a href="mailto:#">first.last@example.com</a>
+ <a href="mailto:first.last@example.com">first.last@example.com</a>
</address>
</div>