Skip to content

Commit 55235ec

Browse files
committed
Octicons changed their GitHub owner
1 parent 2e8d89d commit 55235ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

icon_font_to_png/icon_font_downloader.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ class OcticonsDownloader(IconFontDownloader):
102102
Project page:
103103
https://octicons.github.com/
104104
"""
105-
css_url = ('https://raw.githubusercontent.com/github/'
106-
'octicons/master/octicons/octicons.css')
107-
ttf_url = ('https://raw.githubusercontent.com/github/'
108-
'octicons/master/octicons/octicons.ttf')
105+
css_url = ('https://raw.githubusercontent.com/primer/'
106+
'octicons/master/build/font/octicons.css')
107+
ttf_url = ('https://raw.githubusercontent.com/primer/'
108+
'octicons/master/build/font/octicons.ttf')
109109

110110
def get_latest_version_number(self):
111111
return self._get_latest_tag_from_github(

0 commit comments

Comments
 (0)