Skip to content

Commit 6a01986

Browse files
authored
Link live demo from main River README (#842)
I was looking for the live demo this morning. You can get to it by clicking through to "River UI" and then clicking live demo from there, but it probably doesn't hurt to have a direct link to it from the main README so it's one fewer hop to get there (and more people might see it).
1 parent b5f5509 commit 6a01986

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
River is a robust high-performance job processing system for Go and Postgres.
44

5-
See [homepage], [docs], and [godoc], as well as the [River UI].
5+
See [homepage], [docs], and [godoc], as well as the [River UI][riverui] and [its
6+
live demo][riveruidemo].
67

78
Being built for Postgres, River encourages the use of the same database for
89
application data and job queue. By enqueueing jobs transactionally along with
@@ -196,7 +197,6 @@ Thank you for driving the software ecosystem forward.
196197
[Error and panic handling]: https://riverqueue.com/docs/error-handling
197198
[Multiple queues]: https://riverqueue.com/docs/multiple-queues
198199
[Periodic and cron jobs]: https://riverqueue.com/docs/periodic-jobs
199-
[River UI]: https://github.com/riverqueue/riverui
200200
[Scheduled jobs]: https://riverqueue.com/docs/scheduled-jobs
201201
[Snoozing jobs]: https://riverqueue.com/docs/snoozing-jobs
202202
[Subscriptions]: https://riverqueue.com/docs/subscriptions
@@ -213,4 +213,5 @@ Thank you for driving the software ecosystem forward.
213213
[homepage]: https://riverqueue.com
214214
[maintenance services]: https://riverqueue.com/docs/maintenance-services
215215
[riverui]: https://github.com/riverqueue/riverui
216+
[riveruidemo]: https://ui.riverqueue.com
216217
[transactional enqueueing]: https://riverqueue.com/docs/transactional-enqueueing

0 commit comments

Comments
 (0)