font/plan9font: rewrite reference to plan9.bell-labs.com to 9p.io

Change-Id: Icc934108cc672855af824a0759cce87b50ba5523
Reviewed-on: https://go-review.googlesource.com/c/image/+/192838
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/font/plan9font/plan9font.go b/font/plan9font/plan9font.go
index 96d6944..2739059 100644
--- a/font/plan9font/plan9font.go
+++ b/font/plan9font/plan9font.go
@@ -4,7 +4,7 @@
 
 // Package plan9font implements font faces for the Plan 9 font and subfont file
 // formats. These formats are described at
-// http://plan9.bell-labs.com/magic/man2html/6/font
+// https://9p.io/magic/man2html/6/font
 package plan9font // import "golang.org/x/image/font/plan9font"
 
 import (
@@ -24,7 +24,7 @@
 // fontchar describes one character glyph in a subfont.
 //
 // For more detail, look for "struct Fontchar" in
-// http://plan9.bell-labs.com/magic/man2html/2/cachechars
+// https://9p.io/magic/man2html/2/cachechars
 type fontchar struct {
 	x      uint32 // X position in the image holding the glyphs.
 	top    uint8  // First non-zero scan line.