Skip to content

Commit acc80ce

Browse files
authored
Merge pull request #166 from bpd0018/patch-2
Fix broken link to doop in applications.md
2 parents d47f32e + 3b4c01b commit acc80ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/docs/applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following applications are written in the Soufflé Language. Some are open s
1212
- Doop is a pointer analysis framework for Java programs.
1313
Doop implements a range of points-to algorithms, including context insensitive,
1414
call-site sensitive, and object-sensitive analyses. The source code can be found
15-
[here](https://bitbucket.org/yanniss/doop/).
15+
[here](https://github.com/plast-lab/doop).
1616
- Java JDK Security Analysis: Soufflé was initially used to find security vulnerabilities in the Java JDK library. This project was conducted by Oracle Labs, Brisbane.
1717

1818
## Solidity / EVM

0 commit comments

Comments
 (0)