Skip to content

Commit

Permalink
docs: Fix links between articles
Browse files Browse the repository at this point in the history
DCO-1.1-Signed-off-by: Ellie <[email protected]>
  • Loading branch information
ell1e committed Oct 13, 2023
1 parent 1188994 commit 8ec018b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Further reading
---------------

For the [formal calling rules, go here](
/docs/Concurrency%20Model.md#formal-rules-for-calling-later-funcs).
/docs/Language%20Specs/Concurrency%20Model.md#formal-rules-for-later-funcs).

**Note on race conditions:** concurrent functions don't run
truly in parallel. Only during the time skips, so during
Expand Down
4 changes: 2 additions & 2 deletions docs/Language Specs/Concurrency Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Horse64's concurrency model has the following properties:
in that case.


Formal rules for calling later `func`s
--------------------------------------
Formal rules for later `func`s
------------------------------

The rules for calling later functions are as follows:

Expand Down

0 comments on commit 8ec018b

Please sign in to comment.