Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 2a3f5d3

Browse files
committed
fix readme img not loading over https
1 parent e4564ce commit 2a3f5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var aggregatedFeed = FeedManager.getNewsFeeds(req.user.id)['timeline_aggregated'
154154
The notification feed can be used to build notification functionality.
155155

156156
<p align="center">
157-
<img src="http://feedly.readthedocs.org/en/latest/_images/fb_notification_system.png" alt="Notification feed" title="Notification feed"/>
157+
<img src="https://feedly.readthedocs.org/en/latest/_images/fb_notification_system.png" alt="Notification feed" title="Notification feed"/>
158158

159159
Below we show an example of how you can read the notification feed.
160160
```js

0 commit comments

Comments
 (0)