diff --git a/README.md b/README.md index 4520e04..95d462d 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ void qSort(int[] a, int fromInclusive, int toInclusive) { #### [[⬆]](#toc) DevOps: * What is *Blue-green Deployment*, *Canary release*, *A/B testing*? [link](https://www.javacodegeeks.com/2016/02/blue-green-deployment.html) -* What is *Docker*? +* What is *Docker*? [link](https://docs.docker.com/get-started/overview/) #### [[⬆]](#toc) QA: * What is *unit test*? (A test that purely tests a single unit of functionality)