Skip to content

Commit b6bc95c

Browse files
authored
[build] Fix an outdated link in the source (#3976)
1 parent 464e9f2 commit b6bc95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_runner/lib/src/server/server.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class AssetHandler {
409409
// We always want this revalidated, which requires specifying both
410410
// max-age=0 and must-revalidate.
411411
//
412-
// See spec https://goo.gl/Lhvttg for more info about this header.
412+
// See spec https://goo.gle/maxage for more info about this header.
413413
HttpHeaders.cacheControlHeader: 'max-age=0, must-revalidate',
414414
};
415415

0 commit comments

Comments
 (0)