Skip to content

Commit e3d958d

Browse files
authored
docs: fix a broken link to the rack SPEC
1 parent d887810 commit e3d958d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/functions_framework.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ class << self
121121
# function. The block should take a single `Rack::Request` argument. It
122122
# should return one of the following:
123123
# * A standard 3-element Rack response array. See
124-
# https://github.com/rack/rack/blob/master/SPEC
124+
# https://github.com/rack/rack/blob/main/SPEC.rdoc
125125
# * A `Rack::Response` object.
126126
# * A simple String that will be sent as the response body.
127127
# * A Hash object that will be encoded as JSON and sent as the response

0 commit comments

Comments
 (0)