From eeacef2b64901c2c44f12284c475637279a72960 Mon Sep 17 00:00:00 2001 From: Michael Lambert Date: Mon, 7 Oct 2024 20:54:36 -0400 Subject: [PATCH] Fixed link to datatypes on assignment #1 --- content/assignments/techjobs-console/task-three/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assignments/techjobs-console/task-three/index.md b/content/assignments/techjobs-console/task-three/index.md index e09a6b4..7ae02b4 100644 --- a/content/assignments/techjobs-console/task-three/index.md +++ b/content/assignments/techjobs-console/task-three/index.md @@ -27,6 +27,6 @@ Here are some questions to ask yourself as you get started: 4. How can you do this *without* altering the capitalization of the items in `allJobs` so that the data gets printed out the same way that it appears in `job_data.csv`? You might find it useful to review the String methods listed in the -chapter on [Data Types](https://education.launchcode.org/java-web-development/chapters/data-types/index.html#data-types). +chapter on [Data Types](https://education.launchcode.org/java-web-dev-curriculum/data-types/index.html#data-types). When this task is completed, you're ready to submit your assignment! \ No newline at end of file