Skip to content

Commit 86c3537

Browse files
authored
[FSTORE-1346][APPEND] Fix migration nav item (#374)
* Fix migration nav item * Fix python version in README.md
1 parent 4abef46 commit 86c3537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the source of the landing page for https://docs.hopsworks.ai
66

77
### Step 1: Setup python environment
88

9-
Create a python 3.8 environment, using a python environment manager of your own choosing. For example `virtualenv` or `anaconda`.
9+
Create a python 3.10 environment, using a python environment manager of your own choosing. For example `virtualenv` or `anaconda`.
1010

1111
### Step 2
1212

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ nav:
198198
- Troubleshooting: user_guides/mlops/serving/troubleshooting.md
199199
- Vector Database: user_guides/mlops/vector_database/index.md
200200
- Migration:
201-
- 3.0: user_guides/migration/30_migration.md
201+
- 2.X to 3.0: user_guides/migration/30_migration.md
202202
- Setup and Installation:
203203
- setup_installation/index.md
204204
- Client Installation:

0 commit comments

Comments
 (0)