mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
docs: fix dead urls (#279)
This commit is contained in:
parent
754a8d3f82
commit
2ad939ee8b
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ release:
|
||||||
|
|
||||||
## What to do next?
|
## 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)
|
- Join our [Discord server](https://discord.gg/WQ2eUycxyT)
|
||||||
|
|
||||||
checksum:
|
checksum:
|
||||||
|
|
|
@ -95,7 +95,7 @@ export default function Base() {
|
||||||
<a
|
<a
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://autobrr.com/docs/configuration/indexers"
|
href="https://autobrr.com"
|
||||||
className={classNames(
|
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",
|
"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"
|
"transition-colors duration-200 flex items-center justify-center"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue