Skip to content

Commit f8c8961

Browse files
committed
redirect /donate to where the new explanation will be
1 parent 4476bb6 commit f8c8961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ app.use((req, res, next) => {
202202
next();
203203
});
204204

205-
app.get('/donate', (req, res) => res.redirect('https://muffin.ink/donate.html'));
205+
app.get('/donate', (req, res) => res.redirect('https://docs.turbowarp.org/donate'));
206206
app.get('/desktop', (req, res) => res.redirect('https://desktop.turbowarp.org/'));
207207
app.get('/download', (req, res) => res.redirect('https://desktop.turbowarp.org/'));
208208
app.get('/packager', (req, res) => res.redirect('https://packager.turbowarp.org/'));

0 commit comments

Comments
 (0)