8000 Update demo app links Assignment 3 by codinglikeagirl42 · Pull Request #174 · LaunchCodeEducation/java-web-development · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assignments/tech-jobs-mvc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ open the relevant file.
:alt: TechJobs MVC TODO list.

As you work on your tasks, refer to the
`demo app <https://lc-java-3-demo.herokuapp.com/>`__.
`demo app <https://java-techjobs-mvc.launchcodetechnicaltraining.org/>`__.

2) Complete the List Views
---------------------------
Expand Down Expand Up @@ -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 <https://quiet-ravine-03237.herokuapp.com/>`_.
You might also want to check your app's behavior against that of `our demo app <https://java-techjobs-mvc.launchcodetechnicaltraining.org/>`_.

How to Submit
--------------
Expand Down
0