From 169c157a103a24a5971a19366ac6293585c30804 Mon Sep 17 00:00:00 2001 From: "Aaron.L.Xu" Date: Wed, 8 Feb 2017 19:18:14 +0800 Subject: [PATCH] fix dead url for alt_exit.go --- alt_exit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alt_exit.go b/alt_exit.go index b4c9e84..8af9063 100644 --- a/alt_exit.go +++ b/alt_exit.go @@ -1,7 +1,7 @@ package logrus // The following code was sourced and modified from the -// https://bitbucket.org/tebeka/atexit package governed by the following license: +// https://github.com/tebeka/atexit package governed by the following license: // // Copyright (c) 2012 Miki Tebeka . //