We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ebb8b0 + 93d2b50 commit f0dc676Copy full SHA for f0dc676
1 file changed
self-hosting/manage/upgrade-plane.mdx
@@ -45,7 +45,7 @@ Before starting, make a backup of your Plane instance. For detailed steps, see t
45
46
1. Download the latest stable release with ↓:
47
```bash
48
- curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
+ curl -fsSL -o setup.sh https://github.com/makeplane/plane/releases/latest/download/setup.sh
49
```
50
51
2. Execute the setup script with ↓:
0 commit comments