Skip to content

Commit f3a5110

Browse files
committed
new deployment
1 parent cade210 commit f3a5110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)