From 9f723fbd3d5a2d55aa6801cba89d22cf5ed034e0 Mon Sep 17 00:00:00 2001 From: slhmy Date: Sun, 19 May 2024 17:17:22 +0800 Subject: [PATCH] Fix URL --- judger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/judger/README.md b/judger/README.md index 0e06985..fd4144a 100644 --- a/judger/README.md +++ b/judger/README.md @@ -3,7 +3,7 @@ Judge server & cmd-line application built with `judger-core`. the two mode are base on the same core logic, cmd-line mode is more convenient for debugging and testing. -In server mode, it fetches the judge tasks from [oj-lab-platform](https://github.com/OJ-lab/oj-lab-platform) +In server mode, it fetches the judge tasks from [oj-lab-platform](https://github.com/oj-lab/oj-lab-platform) and reports the result back. In cmd-line mode, by providing the necessary arguments, it can run the code in a sandboxed environment.