From e19bc0ccf96a4c7d2d7f46121e4dc0b09b1904f5 Mon Sep 17 00:00:00 2001 From: eric-therond Date: Sun, 13 May 2018 13:08:42 +0200 Subject: [PATCH] faq & representations --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 46ac1b64..eac35cc4 100755 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -7,7 +7,7 @@ The minimum version of PHP needed to run Progpilot is 5.5.9 You can find the updated security files configuration of Progpilot in [package/src/uptodate_data](../package/src/uptodate_data) folder. #### How can I use the various representations of programs ? -Example of control flow graph and call graph of source code transformed to dot format could be found [here](../../package/src/projects/tests/graphtest.php). +Example of control flow graph and call graph of source code transformed to dot format could be found [here](https://github.com/designsecurity/progpilot/blob/master/projects/tests/graphtest.php). #### When I use progpilot I often run out of memory ? Static analyzers use a lot of memory but you could try to handle this with [these functions](./API.md) :