Skip to content

Commit 41bf757

Browse files
committed
fix
1 parent 7d6ae3d commit 41bf757

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

content/docs/Hydro/install/index.en.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Using these referral links helps support the project through small cashbacks (at
5050
For **paid technical support**, please contact us via WeCom.
5151
</Callout>
5252

53-
## Deployment Process
53+
## Deploy
5454

5555
<Callout>
5656
**Required Ports**: Ensure ports `80, 443, 2019, 8888, 5050, 27017` are open in your firewall.

content/docs/Hydro/plugins/hydrojudge.en.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: hydrojudge
33
---
44

55
<Callout>
6-
You can quickly install a standalone judge machine with the one-click installation script. For details, see [Deploy Hydro](../install/#部署).
6+
You can quickly install a standalone judge machine with the one-click installation script. For details, see [Deploy Hydro](../install/#Deploy).
77
</Callout>
88

99
## Preparation

content/docs/Hydro/system/onsite-contest.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ To perform a "reveal" or "playback" of the contest results:
3333

3434
## Logistics: Team PCs, Balloons, and Printing
3535

36-
For a comprehensive suite of contest tools, see the [XCPC-Tools](/docs/Tools) documentation.
36+
For a comprehensive suite of contest tools, see the [XCPC-Tools](../../Tools) documentation.
3737

content/docs/Hydro/system/onsite-contest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ publishEndpoint 填写 `https://scoreboard.hydrooj.com/_publish`,设置完成
2222

2323
## 选手机,气球,打印
2424

25-
参照 [XCPC-Tools](/docs/Tools)
25+
参照 [XCPC-Tools](../../Tools)

content/docs/Hydro/user/problem-create.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to prepare problems locally and then upload them in batches, the for
2424
Each problem should use its own directory, with the directory name as the problem number such as 1, 2, 3, 4, etc.
2525
Each problem directory usually contains the following:
2626
`problem_zh.md` This file is the problem content, i.e., problem statement, in markdown format.
27-
`probelm.yaml` file. This is the problem configuration information, such as title and tags.
27+
`problem.yaml` file. This is the problem configuration information, such as title and tags.
2828
`testdata` subdirectory, corresponding to files in the test data section on the website.
2929
It must contain at least one `config.yaml` file to describe judge type; see examples below for details.
3030
If a problem has test cases, each case should provide at least one `.in` file and one output file (some test types do not require this; see details below).

content/docs/Hydro/user/problem-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ qq: 29985091
2323
每个题目应自占一个目录,目录名为题目编号比如1 ,2,3,4等等.
2424
每个题目目录下一般有下面的元素:
2525
`problem_zh.md` 这个文件是就是题目的内容,即题目的描述,是一个markdown格式的文档.
26-
`probelm.yaml` 文件.这个是题目的配置信息. 比如标题和标签等。
26+
`problem.yaml` 文件.这个是题目的配置信息. 比如标题和标签等。
2727
testdata 子目录,对应网站里的测试数据部分里的文件,
2828
里面至少有一个config.yaml文件 用来说明测试的类型.具体内容见后面的例子
2929
如果题目有测试用例,则每个用例至少要提供一个in文件和一个输出文件(但有些测试类型不用,详情见后)

0 commit comments

Comments
 (0)