File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ <h3>Stars</h3>
174174 </ thead >
175175 < tbody >
176176 < tr v-for ="issue in latest_issues ">
177- < td > < a :href ="issue.repository_url "> {{ issue.repository_url.split('/').slice(-2).join('/') }}</ a > </ td >
177+ < td > < a :href ="issue.repository_url.replace('api.github.com/repos/', 'github.com/') "> {{ issue.repository_url.split('/').slice(-2).join('/') }}</ a > </ td >
178178 < td > < a :href ="issue.html_url "> {{ issue.title }}</ a > </ td >
179179 < td > {{ issue.state }}</ td >
180180 < td > < a :href ="issue.user.url "> {{ issue.user.login }}</ a > </ td >
Original file line number Diff line number Diff line change 33<channel ><title >RSS Feed</title >
44 <link >https://coderstats.net</link >
55 <description >RSS Feed</description >
6- <lastBuildDate >Tue, 04 Jun 2019 12:47:34 </lastBuildDate >
6+ <lastBuildDate >Sun, 18 Aug 2019 01:31:18 </lastBuildDate >
77 <generator >Logya</generator >
88 <docs >http://blogs.law.harvard.edu/tech/rss</docs >
99 <item >
You can’t perform that action at this time.
0 commit comments