Skip to content

Commit c2c42f4

Browse files
authored
Fix typo and URLs in README (#114)
1 parent 837345c commit c2c42f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ fully realtime.
3030

3131
<p align="center">
3232
<picture>
33-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oban-bg/oban_web/blob/main/assets/oban-web-preview-dark.png" />
34-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oban-bg/oban_web/refs/heads/main/assets/oban-web-preview-light.png" />
33+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oban-bg/oban_web/main/assets/oban-web-preview-dark.png" />
34+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oban-bg/oban_web/main/assets/oban-web-preview-light.png" />
3535
<img src="https://raw.githubusercontent.com/oban-bg/oban_web/refs/heads/main/assets/oban-web-preview-light.png" />
3636
</picture>
3737
</p>
@@ -41,7 +41,7 @@ fully realtime.
4141
- **πŸ¦β€πŸ”₯ Embedded LiveView** - Mount the dashboard directly in your application without any
4242
external dependencies.
4343

44-
- **πŸ“Š Realtime Charts** - Powered by a custom, distrubted time-series data store that's compacted
44+
- **πŸ“Š Realtime Charts** - Powered by a custom, distributed time-series data store that's compacted
4545
for hours of efficient storage and filterable by node, queue, state, and worker.
4646

4747
- **πŸ›Έ Live Updates** - Monitor background job activity across all queues and nodes in real
@@ -102,4 +102,4 @@ There are a few places to connect and communicate with other Oban users:
102102

103103
[invite]: https://elixir-slack.community/
104104
[forum]: https://elixirforum.com/
105-
[issues]: https://github.com/sorentwo/oban/issues
105+
[issues]: https://github.com/oban-bg/oban/issues

0 commit comments

Comments
Β (0)