From a9160616b928c410a26570cd52e726d947a882ba Mon Sep 17 00:00:00 2001 From: rigwild Date: Sat, 26 Oct 2019 17:48:32 +0200 Subject: [PATCH] Fix broken link in README.md (#567) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c3499ed..155deb0cf 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Installing the DMOJ judge creates two executables in your Python's script direct `dmoj` is used to connect a judge to a DMOJ site instance, while `dmoj-cli` provides a command-line interface to a local judge, useful for testing problems. -For more detailed steps, read the [installation instructions](https://docs.dmoj.ca/en/latest/judge/linux_installation/). +For more detailed steps, read the [installation instructions](https://docs.dmoj.ca/#/judge/linux_installation). Note that **the only officially-supported Linux distribution is the latest Debian**, with the default `apt` versions of all runtimes. This is [what we run on dmoj.ca](https://dmoj.ca/runtimes/matrix/), and it should "just work". While the judge will likely still work with other distributions and runtime versions, some runtimes might fail to initialize. In these cases, please [file an issue](https://github.com/DMOJ/judge/issues).