lib/httpx/plugins/grpc.rb in httpx-0.21.1 vs lib/httpx/plugins/grpc.rb in httpx-0.22.0
- old
+ new
@@ -14,10 +14,10 @@
module Plugins
#
# This plugin adds DSL to build GRPC interfaces.
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/GRPC
+ # https://gitlab.com/os85/httpx/wikis/GRPC
#
module GRPC
unless String.method_defined?(:underscore)
module StringExtensions
refine String do