Skip to content

Commit

Permalink
Merge pull request #73 from LaunchCodeEducation/mike-issue-88
Browse files Browse the repository at this point in the history
More link fixes
  • Loading branch information
mlambert125 authored Oct 17, 2024
2 parents 5996e3d + b0f2ae2 commit 99915c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/assignments/techjobs-mvc/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ open the relevant file.
![TODO list in IntelliJ](figures/startcode-todolist.png)

As you work on your tasks, remember to refer to the
[demo app](https://java-techjobs-mvc.launchcodelearning.org/).
[demo app](https://techjobs-mvc.launchcodelearning.org/).
4 changes: 2 additions & 2 deletions content/assignments/techjobs-mvc/submission/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lastMod: # UPDATE ANY TIME CHANGES ARE MADE

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://java-techjobs-mvc.launchcodelearning.org/).
You might also want to check your app's behavior against that of [our demo app](https://techjobs-mvc.launchcodelearning.org/).

## How to Submit

Expand Down Expand Up @@ -76,4 +76,4 @@ Let’s fix this.
1. Modify `fragments.html` to use the passed-in action choices to generate
the navigation links.
1. Finally, update your code so that `columnChoices` also lives in
`TechJobsController`.
`TechJobsController`.

0 comments on commit 99915c1

Please sign in to comment.