Skip to content

Commit e2f55bc

Browse files
committed
pana: fix links
1 parent e228a62 commit e2f55bc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ await client.flatFeed('user', 'ken').updateActivityToTargets('foreign_id:1234',
230230

231231
### Realtime (Faye)
232232

233-
Stream uses [Faye](http://faye.jcoglan.com) for realtime notifications. Below is quick guide to subscribing to feed changes
233+
Stream uses [Faye](https://faye.jcoglan.com) for realtime notifications. Below is quick guide to subscribing to feed changes
234234

235235
```dart
236236

packages/stream_feed/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
**🔗 Quick Links**
77

8-
- [Register](https://getstream.io/activity-feed/sdk/flutter/tutorial/) to get an API key for Stream Activity Feeds
9-
- [Stream Activity Feeds UI Kit](https://getstream.io/activity-feeds/ui-kit/)
8+
- [Register](https://getstream.io/activity-feeds/try-for-free) to get an API key for Stream Activity Feeds
9+
- [Tutorial](https://getstream.io/activity-feed/sdk/flutter/tutorial/) to learn how to setup a timeline feed, follow other feeds and post new activities.
10+
- [Stream Activity Feeds UI Kit](https://getstream.io/activity-feeds/ui-kit/) to jumpstart your design with notifications and social feeds
1011

1112
## 🛠 Installation
1213

@@ -239,7 +240,7 @@ final subscription = await userFeed.subscribe((message) => print(message));
239240
await subscription.cancel();
240241
```
241242

242-
Docs are available on [GetStream.io](http://getstream.io/docs/?language=dart).
243+
Docs are available on [GetStream.io](https://getstream.io/activity-feeds/docs/flutter-dart/?language=dart).
243244

244245
## 🔮 Example Project
245246

0 commit comments

Comments
 (0)