From c2d61e4b409f790d8c3383e39250c3f066705dd7 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Sun, 29 Jan 2017 05:51:30 -0500 Subject: [PATCH] update examples link --- doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.go b/doc.go index d68bf49..ba55826 100644 --- a/doc.go +++ b/doc.go @@ -10,7 +10,7 @@ // solid API that you don't necessarily have to work with out of the box if // you don't want to. // -// See "examples/simple/main.go" for a brief and very useful example taking -// advantage of girc, that should give you a general idea of how the API -// works. +// See https://github.com/lrstanley/girc#examples for a few brief and useful +// examples taking advantage of girc, which should give you a general idea +// of how the API works. package girc