aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-26 12:40:04 +0000
committerPatrick H. Lauke <[email protected]>2015-12-26 12:40:04 +0000
commitff07a81e9fdaf250ab5f9ba9e2b54d0ccd1a8474 (patch)
treeaca1bec9d319a4b430f847a4fb8f4e7c46b5ea79 /docs/components
parent097575ad434ac5cacc28aeac4b747095ee442007 (diff)
downloadbootstrap-ff07a81e9fdaf250ab5f9ba9e2b54d0ccd1a8474.tar.xz
bootstrap-ff07a81e9fdaf250ab5f9ba9e2b54d0ccd1a8474.zip
Change wording on link styled as button
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/card.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 9be52fd2f..8a794f70e 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -23,7 +23,7 @@ Cards require a small amount of markup and classes to provide you with as much c
<div class="card-block">
<h4 class="card-title">Card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
- <a href="#" class="btn btn-primary">Button</a>
+ <a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
{% endexample %}
@@ -260,7 +260,7 @@ You can also use `.card-inverse` with the [contextual backgrounds variants](#bac
<div class="card-block">
<h3 class="card-title">Special title treatment</h3>
<p class="card-text">With supporting text below as a natural lead-in to additional content.</p>
- <a href="#" class="btn btn-primary">Button</a>
+ <a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
{% endexample %}