From 695950a5681405e19b54603c73cf34549d0f3e1a Mon Sep 17 00:00:00 2001 From: NeonXP Date: Mon, 29 Apr 2024 02:36:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b01839..e44815c 100755 --- a/README.md +++ b/README.md @@ -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)