[ruby/cgi] blade is hosted under ruby-lang.org now

https://github.com/ruby/cgi/commit/826ba3140c
This commit is contained in:
Hiroshi SHIBATA 2023-01-23 12:26:53 +09:00 committed by git
parent 93bb415516
commit d8751c0aa7

View File

@ -279,7 +279,7 @@ class CGI
# fields are surrounded by a <fieldset> tag in HTML 4 generation, which
# is _not_ invisible on many browsers; you may wish to disable the
# use of fieldsets with code similar to the following
# (see http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/37805)
# (see https://blade.ruby-lang.org/ruby-list/37805)
#
# cgi = CGI.new("html4")
# class << cgi