Skip to content

Commit ec2837b

Browse files
committed
docs: minor changes
1 parent 4499b87 commit ec2837b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/development/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document describes how to configure and use your development environment.
66

77
You must complete these steps once before you can start setting up the project itself:
88

9-
1. Install [Python 3.10](https://www.python.org/downloads/).
9+
1. Install [Python 3.11](https://www.python.org/downloads/).
1010
2. Verify that `python` can be launched by running this command in a **new** terminal:
1111
```shell
1212
python --version

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ nav:
2121
- Development:
2222
- Environment: development/environment.md
2323
- Project Guidelines: development/project_guidelines.md
24-
- Contributing: https://github.com/Safe-DS/Library/contribute
2524
- Code Review Guide: development/code_review.md
25+
- Contributing 🌐: https://github.com/Safe-DS/Library/contribute
2626

2727
# Configuration of MkDocs & Material for MkDocs --------------------------------
2828

0 commit comments

Comments
 (0)