From bd328bf2175a996ddd58e9e5070c6c66fc6f29a2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 8 Feb 2019 10:50:31 +0200 Subject: Use the `site.repo` variable. --- site/docs/4.2/components/popovers.md | 2 +- site/docs/4.2/components/tooltips.md | 2 +- site/docs/4.2/extend/approach.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'site/docs') diff --git a/site/docs/4.2/components/popovers.md b/site/docs/4.2/components/popovers.md index 1d407a901..06335fe3e 100644 --- a/site/docs/4.2/components/popovers.md +++ b/site/docs/4.2/components/popovers.md @@ -202,7 +202,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector string | false false - If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. + If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. template diff --git a/site/docs/4.2/components/tooltips.md b/site/docs/4.2/components/tooltips.md index 0a6be4758..9248447ba 100644 --- a/site/docs/4.2/components/tooltips.md +++ b/site/docs/4.2/components/tooltips.md @@ -200,7 +200,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector string | false false - If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. + If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. template diff --git a/site/docs/4.2/extend/approach.md b/site/docs/4.2/extend/approach.md index 07058e2a8..fad52b00f 100644 --- a/site/docs/4.2/extend/approach.md +++ b/site/docs/4.2/extend/approach.md @@ -8,7 +8,7 @@ redirect_from: "/docs/4.2/extend/" While the getting started pages provide an introductory tour of the project and what it offers, this document focuses on _why_ we do the things we do in Bootstrap. It explains our philosophy to building on the web so that others can learn from us, contribute with us, and help us improve. -See something that doesn't sound right, or perhaps could be done better? [Open an issue](https://github.com/twbs/bootstrap/issues/new)—we'd love to discuss it with you. +See something that doesn't sound right, or perhaps could be done better? [Open an issue]({{ site.repo }}/issues/new)—we'd love to discuss it with you. ## Summary -- cgit v1.2.3