8000 Remove akamai broken link · symfony/symfony-docs@58ede1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 58ede1b

Browse files
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
1 parent 5ab1ff9 commit 58ede1b

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)
0