From d5ff9b4dc11f166fc06219af888d8235d23dfe93 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Mon, 19 Aug 2024 22:43:34 +0200 Subject: [PATCH] Update broken link to problem package format Also point to the legacy ICPC version for now. A new version is planned to be released in September around the ICPC World Finals in Astana, but until that's finalized, point to what we're actually (roughly) implementing currently. (cherry picked from commit 11fe36fd45e0cb1d4bd7e25e1a653279f35e105e) --- doc/manual/problem-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/problem-format.rst b/doc/manual/problem-format.rst index ebbbf03355..341ddc853e 100644 --- a/doc/manual/problem-format.rst +++ b/doc/manual/problem-format.rst @@ -39,4 +39,4 @@ problem by uploading a zip file that contains only testcase files. Any jury solutions present will be automatically submitted when ``allow_submit`` is ``1`` and there's a team associated with the uploading user. -.. _ICPC problem package specification: https://icpc.io/problem-package-format/spec/problem_package_format +.. _ICPC problem package specification: https://icpc.io/problem-package-format/spec/legacy-icpc