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 --------------