We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d887810 commit e3d958dCopy full SHA for e3d958d
lib/functions_framework.rb
@@ -121,7 +121,7 @@ class << self
121
# function. The block should take a single `Rack::Request` argument. It
122
# should return one of the following:
123
# * A standard 3-element Rack response array. See
124
- # https://github.com/rack/rack/blob/master/SPEC
+ # https://github.com/rack/rack/blob/main/SPEC.rdoc
125
# * A `Rack::Response` object.
126
# * A simple String that will be sent as the response body.
127
# * A Hash object that will be encoded as JSON and sent as the response
0 commit comments