diff --git a/README.md b/README.md index c165823..657b276 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Crono is a time-based background job scheduler daemon (just like Cron) for Ruby Currently, there is no such thing as Ruby Cron for Rails. Well, there's [Whenever](https://github.com/javan/whenever) but it works on top of Unix Cron, so you can't manage it from Ruby. Crono is pure Ruby. It doesn't use Unix Cron and other platform-dependent things. So you can use it on all platforms supported by Ruby. It persists job states to your database using Active Record. You have full control of jobs performing process. It's Ruby, so you can understand and modify it to fit your needs. -![Web UI](https://github.com/plashchynski/crono/raw/master/examples/crono_web_ui.png) +![Web UI](https://github.com/plashchynski/crono/raw/main/examples/crono_web_ui.png) ## Installation @@ -211,4 +211,4 @@ Feel free to create an [issues](https://github.com/plashchynski/crono/issues) ## License -Please see [LICENSE](https://github.com/plashchynski/crono/blob/master/LICENSE) for licensing details. +Please see [LICENSE](LICENSE) for licensing details.