From 1a476b623ebea6b5f95161b865fb38ddd766fa84 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Tue, 24 Sep 2013 21:27:49 -0500 Subject: [PATCH] don't include . in link --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index a27f5afb8e..965bdc5481 100644 --- a/css.html +++ b/css.html @@ -1663,7 +1663,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <div class="bs-callout bs-callout-info"> <h4>Input groups</h4> - <p>To add integrated text or buttons before and/or after any text-based <code><input></code>, <a href="../components/#input-groups">check out the input group component.</a></p> + <p>To add integrated text or buttons before and/or after any text-based <code><input></code>, <a href="../components/#input-groups">check out the input group component</a>.</p> </div> <h3>Textarea</h3> -- GitLab