Skip to content

Commit 9a1d824

Browse files
committed
fix: use https
1 parent 7fcca62 commit 9a1d824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ export const COMMUNITY_BLOGS: CommunityBlog[] = [
231231
feed: "https://medium.com/feed/ethereum-cat-herders",
232232
},
233233
{
234-
href: "http://geodework.com/blog",
235-
feed: "http://geodework.com/feed.xml",
234+
href: "https://geodework.com/blog",
235+
feed: "https://geodework.com/feed.xml",
236236
},
237237
]
238238

0 commit comments

Comments
 (0)