From 4e8c9ba1da0b6e659a22ebf51e610cf9b80cad5d Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Fri, 14 Sep 2018 08:22:16 +0300 Subject: [PATCH] browsers-devices.md: Use Jekyll variable. --- site/docs/4.1/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/getting-started/browsers-devices.md b/site/docs/4.1/getting-started/browsers-devices.md index f9ebf36a7c..8db3b696bc 100644 --- a/site/docs/4.1/getting-started/browsers-devices.md +++ b/site/docs/4.1/getting-started/browsers-devices.md @@ -12,7 +12,7 @@ Bootstrap supports the **latest, stable releases** of all major browsers and pla Alternative browsers which use the latest version of WebKit, Blink, or Gecko, whether directly or via the platform's web view API, are not explicitly supported. However, Bootstrap should (in most cases) display and function correctly in these browsers as well. More specific support information is provided below. -You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{ site.repo }}/blob/v4-dev/.browserslistrc): +You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{ site.repo }}/blob/v{{ site.current_version }}/.browserslistrc): ``` # https://github.com/browserslist/browserslist#readme -- GitLab