From 47e6595f8ea5218a106855fb1c92c6bcb9142707 Mon Sep 17 00:00:00 2001 From: Neil Ernst Date: Mon, 27 Sep 2021 19:41:44 -0700 Subject: [PATCH] update link to lab 3 --- labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs.md b/labs.md index 028c798..660d063 100644 --- a/labs.md +++ b/labs.md @@ -7,7 +7,7 @@ The labs are intended to give you and your team a broad overview of the relevant | 1 | no labs | | 2 | [Accessing resources on Github. Pull requests.](labs/github.md) Form teams. | | 3| [Docker](labs/docker.md) & [Build tools](labs/build.md): Maven, Gradle. Begin building the projects. | -| 4 |Static Analysis: Browsing source code in an IDE | +| 4 |[Static Analysis: Browsing source code in an IDE](labs/sa1.md) | |5 | SA: Call graph analysis and [source visualization](https://octo.github.com/projects/repo-visualization) | | 6 |Debugging and dynamic analysis | | 7 | Group work - free session |