From 339464ddec3151507bad24477bf19d538c1cca10 Mon Sep 17 00:00:00 2001 From: Champ Trop Date: Thu, 3 Jan 2019 00:41:49 +0530 Subject: [PATCH] Fixed broken link for expedia article Related to Article "Go Fast or Go Home: The Process of Optimizing for Client Performance" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38c6208..f0dec56 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,7 @@ An updated and curated list of readings to illustrate best practices and pattern * [Reducing Video Loading Time at Dailymotion](https://medium.com/dailymotion/reducing-video-loading-time-fa9c997a2294) * [Boosting Site Speed Using Brotli Compression at LinkedIn](https://engineering.linkedin.com/blog/2017/05/boosting-site-speed-using-brotli-compression) * [Improving Homepage Performance at Zillow](https://www.zillow.com/engineering/improving-homepage-performance/) - * [The Process of Optimizing for Client Performance at Expedia](https://techblog.expedia.com/2018/03/09/go-fast-or-go-home-the-process-of-optimizing-for-client-performance/) + * [The Process of Optimizing for Client Performance at Expedia](https://medium.com/expedia-engineering/go-fast-or-go-home-the-process-of-optimizing-for-client-performance-57bb497402e) * [Concurrency](http://joeduffyblog.com/2016/11/30/15-years-of-concurrency/) * [Message-Passing Concurrency](https://link.springer.com/chapter/10.1007/978-3-642-35170-9_11) * [Software Transactional Memory](https://dl.acm.org/citation.cfm?id=3037750)