From 24a467a94d7d9987965ab4c2419d3444b5e28bd2 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Tue, 10 May 2022 21:36:53 -0500 Subject: [PATCH] display.go: Fix bug URL in comment Reverts part of d9d254b1e79fda6752af1bbabce999295f98b77d. --- display.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.go b/display.go index e0b584e..a708676 100644 --- a/display.go +++ b/display.go @@ -68,7 +68,7 @@ func (t TreeDisplayer) Display(w io.Writer, nodes []*html.Node) { } // The
 tag indicates that the text within it should always be formatted
-// as is. See https://github.com/frioux/pup/issues/33
+// as is. See https://github.com/ericchiang/pup/issues/33
 func (t TreeDisplayer) printPre(w io.Writer, n *html.Node) {
 	switch n.Type {
 	case html.TextNode: