From 32dbd40311f2e1a685b52149be1040829c9215fc Mon Sep 17 00:00:00 2001 From: codinglikeagirl42 Date: Thu, 25 May 2023 22:13:20 -0500 Subject: [PATCH] Update demo app links Assignment 3 --- src/assignments/tech-jobs-mvc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assignments/tech-jobs-mvc.rst b/src/assignments/tech-jobs-mvc.rst index 2fff9175..e11b5d7c 100644 --- a/src/assignments/tech-jobs-mvc.rst +++ b/src/assignments/tech-jobs-mvc.rst @@ -318,7 +318,7 @@ open the relevant file. :alt: TechJobs MVC TODO list. As you work on your tasks, refer to the -`demo app `__. +`demo app `__. 2) Complete the List Views --------------------------- @@ -422,7 +422,7 @@ Sanity Check At this point, all autograding tests should be passing. To be sure, right-click on the ``org.launchcode.techjobs.mvc`` package in ``src/test/java`` and select *Run tests in...* If any test fails, evaluate the failure/error message and go back to fix your code. -You might also want to check your app's behavior against that of `our demo app `_. +You might also want to check your app's behavior against that of `our demo app `_. How to Submit --------------