docs: fix dead urls (#279)

This commit is contained in:
soup 2022-05-21 10:03:29 +02:00 committed by GitHub
parent 754a8d3f82
commit 2ad939ee8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ release:
## What to do next?
- Read the [documentation](https://autobrr.com/docs/introduction)
- Read the [documentation](https://autobrr.com)
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)
checksum:

View file

@ -95,7 +95,7 @@ export default function Base() {
<a
rel="noopener noreferrer"
target="_blank"
href="https://autobrr.com/docs/configuration/indexers"
href="https://autobrr.com"
className={classNames(
"text-gray-600 dark:text-gray-500 hover:bg-gray-200 dark:hover:bg-gray-800 hover:text-gray-900 dark:hover:text-white px-3 py-2 rounded-2xl text-sm font-medium",
"transition-colors duration-200 flex items-center justify-center"