From eae2ea59ddaa96f7acc57f6e5f6280df50cc1386 Mon Sep 17 00:00:00 2001 From: Michael Jenkins Date: Tue, 5 Oct 2021 22:07:55 -0700 Subject: [PATCH] Update the repo URL --- 03_01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_01.md b/03_01.md index eeca55b..cd1e50c 100644 --- a/03_01.md +++ b/03_01.md @@ -14,7 +14,7 @@ Create a freestyle job and configure it as follows: 1. Under `Source Code Management`, select `Git` and enter the following URL: ``` -https://github.com/managedkaos/apache-maven-hello-world +https://github.com/LinkedInLearning/learning-jenkins-3003221 ``` 2. **MAKE SURE TO SET THE `Branch Specifier` to `*/03_01`**. 3. Add a build step using `Invoke Top-Level Maven Target`.