Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ImogenBits committed Oct 5, 2023
1 parent 77a4861 commit 24f11a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/advanced/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ structure with both keys being mandatory:
best fit their development workflow regardless of which ones might be used in the server matches.

`points`
: An integer specifying the maximum number of points a team can achieve during this match. How points are calculated
is explained in more detail [here](match.md#points-calculation). Defaults to 100.
: An integer specifying the maximum number of points a team can achieve during this match. Defaults to 100.

`parallel_battles`
: To speed up battle execution you can let Algobattle run multiple battles in parallel. Note that while programs can
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/programs.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The important file here is `generator.py`, we need to put the code that we want
??? question "What's `Dockerfile`?"
This is the file that specified what Docker is supposed to do with our code. What exactly Docker does and what the
Dockerfile says is rather complicated and not super important for us right now. It's explained in detail in the
[docker advanced guide](/advanced/docker.md).
[Docker guide](../advanced/docker.md).

### What it needs to do

Expand Down

0 comments on commit 24f11a3

Please sign in to comment.