diff options
-rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # rutina -[![Go Reference](https://pkg.go.dev/badge/github.com/neonxp/rutina.svg)](https://pkg.go.dev/github.com/neonxp/rutina) +[![Go Reference](https://pkg.go.dev/badge/go.neonxp.ru/rutina.svg)](https://pkg.go.dev/go.neonxp.ru/rutina) Package Rutina (russian "рутина" - ordinary boring everyday work) is routine orchestrator for your application. @@ -122,6 +122,6 @@ Disabled by default. Used when passed errors channel to rutina options ## Example -HTTP server with graceful shutdown [`example/http_server.go`](https://github.com/NeonXP/rutina/blob/master/example/http_server.go) +HTTP server with graceful shutdown [`example/http_server.go`](https://gitrepo.ru/NeonXP/rutina/blob/master/example/http_server.go) -Different run policies [`example/policies.go`](https://github.com/NeonXP/rutina/blob/master/example/policies.go) +Different run policies [`example/policies.go`](https://gitrepo.ru/NeonXP/rutina/blob/master/example/policies.go) |