Fix a link in README.

This commit is contained in:
Jaewoo Kim
2024-09-02 06:23:06 +00:00
parent 0197ca033c
commit e178d89517

View File

@@ -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<NUMBER>.zip` file (`assignment09.zip` for example). Submit this file to <https://gg.kaist.ac.kr/course/20>.
- Read the documentation at <https://cp-git.kaist.ac.kr/cs220/cs220>.
- Read the documentation at <https://kaist-cp.github.io/cs220/cs220/>.
- You can check your grade of each assignment by running the grading script.
- You can run the grading script with the following command:
```bash