docs: Update v6 references

This commit is contained in:
Joachim Van Herwegen 2023-10-20 10:33:35 +02:00
parent f1fdbb05b2
commit 762d703df7
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ To persist your pod's contents between restarts, use:
npx @solid/community-server -c @css:config/file.json -f data/
```
Find more ways to run the server in the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/6.x/usage/starting-server/).
Find more ways to run the server in the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/latest/usage/starting-server/).
## 🔧 Configure your server

View File

@ -18,7 +18,7 @@ As an alternative to using CLI arguments, or environment variables, the CSS can
"dev:pod": "community-solid-server"
},
"devDependencies": {
"@solid/community-server": "^6.0.0"
"@solid/community-server": "^7.0.0"
}
}
```