Skip to content

Commit

Permalink
docs: fix a broken link to the rack SPEC
Browse files Browse the repository at this point in the history
  • Loading branch information
ujihisa authored Oct 6, 2023
1 parent d887810 commit e3d958d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions_framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class << self
# function. The block should take a single `Rack::Request` argument. It
# should return one of the following:
# * A standard 3-element Rack response array. See
# https://github.com/rack/rack/blob/master/SPEC
# https://github.com/rack/rack/blob/main/SPEC.rdoc
# * A `Rack::Response` object.
# * A simple String that will be sent as the response body.
# * A Hash object that will be encoded as JSON and sent as the response
Expand Down

0 comments on commit e3d958d

Please sign in to comment.