Skip to content

Commit b753431

Browse files
committed
minor #17356 Remove akamai broken link (elliotbruneel)
This PR was merged into the 4.4 branch. Discussion ---------- Remove akamai broken link The link of the article is broken, according to archive.org the last version available was in July 2021: https://web.archive.org/web/20210729163732/https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html The article seems to be no longer available <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 58ede1b Remove akamai broken link
2 parents 5ab1ff9 + 58ede1b commit b753431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_link.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ According to `the Preload specification`_, when an HTTP/2 server detects that
100100
the original (HTTP 1.x) response contains this HTTP header, it will
101101
automatically trigger a push for the related file in the same HTTP/2 connection.
102102

103-
Popular proxy services and CDNs including `Cloudflare`_, `Fastly`_ and `Akamai`_
103+
Popular proxy services and CDNs including `Cloudflare`_ and `Fastly`_
104104
also leverage this feature. It means that you can push resources to clients and
105105
improve performance of your applications in production right now.
106106

@@ -187,6 +187,5 @@ You can also add links to the HTTP response directly from controllers and servic
187187
.. _`the Preload specification`: https://www.w3.org/TR/preload/#server-push-http-2
188188
.. _`Cloudflare`: https://blog.cloudflare.com/announcing-support-for-http-2-server-push-2/
189189
.. _`Fastly`: https://docs.fastly.com/en/guides/http2-server-push
190-
.. _`Akamai`: https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html
191190
.. _`link defined in the HTML specification`: https://html.spec.whatwg.org/dev/links.html#linkTypes
192191
.. _`PSR-13`: https://www.php-fig.org/psr/psr-13/

0 commit comments

Comments
 (0)