branch: externals/svg-lib
commit ed8cc0aec987a1ee48834a416e254a18486cd32a
Merge: 5ba4e4ea2b 4f06e4f91f
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: GitHub <nore...@github.com>

    Merge pull request #31 from chookity-pokk/octicons-update
    
    updated octicons path
---
 svg-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svg-lib.el b/svg-lib.el
index 0d93e9973c..40e5a4b1f7 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -117,7 +117,7 @@
     ("material" .
      
"https://raw.githubusercontent.com/Templarian/MaterialDesign/master/svg/%s.svg";)
     ("octicons" .
-     
"https://raw.githubusercontent.com/primer/octicons/master/icons/%s-24.svg";)
+     "https://raw.githubusercontent.com/primer/octicons/main/icons/%s-24.svg";)
     ("boxicons" .
      "https://boxicons.com/static/img/svg/regular/bx-%s.svg";)
     ("vscode" .

Reply via email to