From 5664d7d7f8ffb9fc67407fc7c957120c2d9eca94 Mon Sep 17 00:00:00 2001 From: shubhamojha1 Date: Tue, 17 Jun 2025 13:12:11 +0530 Subject: [PATCH] Fix : Dead link to Netflix Workflow Orchestration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6074c6e..d80eab4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ These are the best resources for System Design on the Internet. ## Cluster and Workflow Management - [Facebook Cluster Management](https://engineering.fb.com/data-center-engineering/twine/) - [Google Autopilot - Autoscaling](https://dl.acm.org/doi/pdf/10.1145/3342195.3387524) -- [Netflix Workflow Orchestration](https://netflix.github.io/conductor/) +- [Netflix Workflow Orchestration](https://netflixtechblog.com/netflix-conductor-a-microservices-orchestrator-2e8d4771bf40) - [Opensource Workflow Management](https://github.com/spotify/luigi) - [Meta Hardware Management](https://engineering.fb.com/2020/12/09/data-center-engineering/how-facebook-keeps-its-large-scale-infrastructure-hardware-up-and-running/) - [Meta Capacity Assignment](https://engineering.fb.com/2022/09/06/data-center-engineering/viewing-the-world-as-a-computer-global-capacity-management/)