branch: externals/svg-lib
commit 4f06e4f91f478e841e7cb81daf7af24dfddf4712
Author: Hank Greenburg <ragreenb...@gmail.com>
Commit: Hank Greenburg <ragreenb...@gmail.com>

    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