Skip to content

Commit

Permalink
Merge pull request #72 from LaunchCodeEducation/mike-issue-83
Browse files Browse the repository at this point in the history
  • Loading branch information
mlambert125 authored Oct 13, 2024
2 parents b54834f + 5d2942a commit 58b9047
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.launchcodetechnicaltraining.org/).
[demo app](https://java-techjobs-mvc.launchcodelearning.org/).
2 changes: 1 addition & 1 deletion 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.launchcodetechnicaltraining.org/).
You might also want to check your app's behavior against that of [our demo app](https://java-techjobs-mvc.launchcodelearning.org/).

## How to Submit

Expand Down
2 changes: 1 addition & 1 deletion content/assignments/techjobs-persistent/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ If everything seems to work – that is, you are able to submit the form without
When everything works, move on to Part 3 below.
{{% /notice %}}

Throughout your work, refer to the [demo app](https://techjobs-persistent.launchcodetechnicaltraining.org/) as needed.
Throughout your work, refer to the [demo app](https://techjobs-persistent.launchcodelearning.org/) as needed.
2 changes: 1 addition & 1 deletion public/assignments/techjobs-mvc/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h3 id="wrap-up-the-code-review">Wrap Up the Code Review</h3>
<p><a href="#R-image-869a26631bee951da7961286c645fa92" class="lightbox-link"><img alt="TODO list in IntelliJ" class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="http://localhost:1313/assignments/techjobs-mvc/getting-started/figures/startcode-todolist.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-869a26631bee951da7961286c645fa92"><img alt="TODO list in IntelliJ" class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="http://localhost:1313/assignments/techjobs-mvc/getting-started/figures/startcode-todolist.png"></a></p>
<p>As you work on your tasks, remember to refer to the
<a href="https://java-techjobs-mvc.launchcodetechnicaltraining.org/" rel="external" target="_blank">demo app</a>
<a href="https://java-techjobs-mvc.launchcodelearning.org/" rel="external" target="_blank">demo app</a>
.</p>

<footer class="footline">
Expand Down
2 changes: 1 addition & 1 deletion public/assignments/techjobs-mvc/submission/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 id="submitting-your-work-and-bonus-missions">Submitting Your Work and Bonus

<h2 id="sanity-check">Sanity Check</h2>
<p>At this point, all autograding tests should be passing. To be sure, right-click on the <code>org.launchcode.techjobs.mvc</code> package in <code>src/test/java</code> and select <em>Run tests in&hellip;</em> If any test fails, evaluate the failure/error message and go back to fix your code.</p>
<p>You might also want to check your app&rsquo;s behavior against that of <a href="https://java-techjobs-mvc.launchcodetechnicaltraining.org/" rel="external" target="_blank">our demo app</a>
<p>You might also want to check your app&rsquo;s behavior against that of <a href="https://java-techjobs-mvc.launchcodelearning.org/" rel="external" target="_blank">our demo app</a>
.</p>
<h2 id="how-to-submit">How to Submit</h2>
<p>To turn in your assignment and get credit, follow the <a href="http://localhost:1313/assignments/hello-world/index.html#submitting-your-work-on-canvas">submission instructions</a>
Expand Down
2 changes: 1 addition & 1 deletion public/assignments/techjobs-persistent/part-two/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h2 id="test-it-with-sql">Test It with SQL</h2>
<p>When everything works, move on to Part 3 below.</p>
</div>
</div>
<p>Throughout your work, refer to the <a href="https://techjobs-persistent.launchcodetechnicaltraining.org/" rel="external" target="_blank">demo app</a>
<p>Throughout your work, refer to the <a href="https://techjobs-persistent.launchcodelearning.org/" rel="external" target="_blank">demo app</a>
as needed.</p>

<footer class="footline">
Expand Down

0 comments on commit 58b9047

Please sign in to comment.