Skip to content

Commit 139c74c

Browse files
committed
fix: dead links
1 parent 37f8d63 commit 139c74c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs/api/cronjob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This creates a new CronJob, which will immediately be picked up by your local Qu
2727

2828
:::note
2929
During development, your local Quirrel instance is able to detect `CronJob()` calls by watching your source directory.
30-
To register cron jobs on deployment, run `quirrel ci` [during deployment](/deploying)
30+
To register cron jobs on deployment, run `quirrel ci` [during deployment](/deployment/connecting)
3131
:::
3232

3333
:::note

docs/docs/migrating-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If that's a problem for your application, [get in touch](mailto:migration@quirre
1818
Here's the step-by-step guide:
1919

2020
1. Upgrade your application to Quirrel v1.9.1
21-
2. Deploy your own Instance by following [https://github.com/quirrel-dev/quirrel-on-railway](https://github.com/quirrel-dev/quirrel-on-railway) or [https://docs.quirrel.dev/deploying](https://docs.quirrel.dev/deploying). Note down the access token.
21+
2. Deploy your own Instance by following [https://github.com/quirrel-dev/quirrel-on-railway](https://github.com/quirrel-dev/quirrel-on-railway) or [https://docs.quirrel.dev/deployment/connecting](https://docs.quirrel.dev/deployment/connecting). Note down the access token.
2222
3. Make the following changes to your application's environment variables:
2323
- set `QUIRREL_MIGRATE_OLD_API_URL` to the hostname of your old instance. If you used hosted Quirrel, that's `api.quirrel.dev`.
2424
- set `QUIRREL_MIGRATE_OLD_TOKEN` to the token that previously was set for `QUIRREL_TOKEN`

docs/docs/netlify-acquisition-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You're invited to try Netlify’s latest Scheduled Functions release in Netlify
2020
If you’re already hosting your site on Netlify, it’s [as easy as adding a few lines to your existing functions or `netlify.toml`](https://ntl.fyi/sched-func).
2121
And if you haven’t had a chance to use Netlify yet, even if you’re hosting your website somewhere else, Netlify Functions is a fantastic way to host (and now schedule!) your serverless functions.
2222

23-
If you’re using some of Quirrel’s more advanced features that we don’t yet support on Netlify, you may also choose to [deploy Quirrel in your own infrastructure](https://docs.quirrel.dev/deploying#how-to-deploy-your-own-server), or use a service like [Zeplo](https://www.zeplo.io).
23+
If you’re using some of Quirrel’s more advanced features that we don’t yet support on Netlify, you may also choose to [deploy Quirrel in your own infrastructure](https://docs.quirrel.dev/deployment/connecting), or use a service like [Zeplo](https://www.zeplo.io).
2424

2525
## I have more questions! How can I get in touch?
2626

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module.exports = {
9090
},
9191
{
9292
label: "Deploy",
93-
to: "/deploying",
93+
to: "/deployment/connecting",
9494
},
9595
],
9696
},

0 commit comments

Comments
 (0)