From e3d958d5f22bf577659e97ea70db5b4ca62eadf8 Mon Sep 17 00:00:00 2001 From: ujihisa Date: Thu, 5 Oct 2023 17:05:40 -0700 Subject: [PATCH] docs: fix a broken link to the rack SPEC --- lib/functions_framework.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions_framework.rb b/lib/functions_framework.rb index 738cd8ad..c2308e7f 100644 --- a/lib/functions_framework.rb +++ b/lib/functions_framework.rb @@ -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