From e178d895170d14a4e5727d08c505981b4c1c0fd4 Mon Sep 17 00:00:00 2001 From: Jaewoo Kim Date: Mon, 2 Sep 2024 06:23:06 +0000 Subject: [PATCH] Fix a link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adf26af..ba201de 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Ensure you are proficient with the following development tools: $ ./scripts/submit.sh ``` - After running the command above, in the `target` directory, you can find a `assignment.zip` file (`assignment09.zip` for example). Submit this file to . -- Read the documentation at . +- Read the documentation at . - You can check your grade of each assignment by running the grading script. - You can run the grading script with the following command: ```bash