From 1d10cb6b2363e53b3d8b3df93ccb2d00db37363d Mon Sep 17 00:00:00 2001 From: demonkoryu Date: Tue, 6 Mar 2018 11:13:55 +0100 Subject: [PATCH] Fix CppDepend URL --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 4267e59..fb4fc4a 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -191,7 +191,7 @@ Notes: ### CppDepend -[CppDepend](http://www.cppdpeend.com/) Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code. It's free for OSS contributors. +[CppDepend](https://www.cppdepend.com/) Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code. It's free for OSS contributors. ### Clang's Static Analyzer