branch: externals/svg-lib
commit d4273aa782768994bc8136719a0e46f95dfff761
Merge: 19db7378ce 712e863f59
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: GitHub <nore...@github.com>

    Merge pull request #29 from trengrj/bootstrap-fix-url
    
    Bootstrap icon url has changed, fixes #24
---
 svg-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-lib.el b/svg-lib.el
index 204ad0270d..c12f3b1b95 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -108,7 +108,7 @@
 ;; ---------------------------------------------------------------------
 (defcustom  svg-lib-icon-collections
   '(("bootstrap" .
-     "https://icons.getbootstrap.com/icons/%s.svg";)
+     "https://icons.getbootstrap.com/assets/icons/%s.svg";)
     ("simple" .
      
"https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/%s.svg";)
     ("material" .

Reply via email to