From 95c073a61e9631577edb5e54f5f7693d8f00d79f Mon Sep 17 00:00:00 2001 From: Jannik Zschiesche Date: Wed, 8 Apr 2026 11:05:06 +0200 Subject: [PATCH] Update links --- blog/2022-09-13-port.mdx | 2 +- docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2022-09-13-port.mdx b/blog/2022-09-13-port.mdx index 1738d3f..22ae615 100644 --- a/blog/2022-09-13-port.mdx +++ b/blog/2022-09-13-port.mdx @@ -9,7 +9,7 @@ Previously we have written our docs in REsT and hosted them on [Read the Docs](h As our tech stack diverges from Python and to ease maintenance, we move them over to Docusaurus. :::info -The new url is **[21torr-docs.fly.dev](https://21torr-docs.fly.dev/)**. +The new url is **[21torr-docs.pages.dev](https://21torr-docs.pages.dev/)**. ::: Code + docs are hosted [on Github](https://github.com/21TORR/docs). diff --git a/docusaurus.config.js b/docusaurus.config.js index 73dc65f..1129fab 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -7,7 +7,7 @@ const {themes} = require('prism-react-renderer'); const config = { title: '21TORR Docs', tagline: 'The documentation for all our tools', - url: 'https://21torr-docs.fly.dev/', + url: 'https://21torr-docs.pages.dev/', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'throw',