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:
authorkyletsang <6854874+kyletsang@users.noreply.github.com>2020-12-09 01:54:23 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-09 16:02:46 +0300
commit290b295173261ff948290842d63a0eae7fc7fbd4 (patch)
treeb333453351c6afef8af902721015fc99777dcf25 /site/content/docs/5.0/components/dropdowns.md
parentd29680b3cb49cdf93c2ca7a518a91b00ed2f2906 (diff)
docs: Update Popper 2 doc links
Diffstat (limited to 'site/content/docs/5.0/components/dropdowns.md')
-rw-r--r--site/content/docs/5.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md
index e4c44bead1..50dcde2baf 100644
--- a/site/content/docs/5.0/components/dropdowns.md
+++ b/site/content/docs/5.0/components/dropdowns.md
@@ -900,7 +900,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td><code>popperConfig</code></td>
<td>null | object</td>
<td><code>null</code></td>
- <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v1/#Popper.Defaults">Popper's configuration</a></td>
+ <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v2/constructors/#options">Popper's configuration</a></td>
</tr>
</tbody>
</table>