Skip to content

Commit c77b0f3

Browse files
committed
docs: update links to Popper.js documentation
1 parent 37262cc commit c77b0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/src/dropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class Dropdown extends BaseComponent {
227227

228228
_createPopper() {
229229
if (typeof Popper === 'undefined') {
230-
throw new TypeError('Bootstrap\'s dropdowns require Popper (https://popper.js.org)')
230+
throw new TypeError('CoreUI\'s dropdowns require Popper (https://popper.js.org/docs/v2/)')
231231
}
232232

233233
let referenceElement = this._element

js/src/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const DefaultType = {
108108
class Tooltip extends BaseComponent {
109109
constructor(element, config) {
110110
if (typeof Popper === 'undefined') {
111-
throw new TypeError('Bootstrap\'s tooltips require Popper (https://popper.js.org)')
111+
throw new TypeError('CoreUI\'s dropdowns require Popper (https://popper.js.org/docs/v2/)')
112112
}
113113

114114
super(element, config)

0 commit comments

Comments
 (0)