diff --git a/docs/retry.md b/docs/retry.md index 9e678da..abfd858 100644 --- a/docs/retry.md +++ b/docs/retry.md @@ -46,7 +46,7 @@ import ( "context" "errors" "fmt" - "lancet-demo/retry" + "github.com/duke-git/lancet/retry" "time" )