chore: updated repo paths
All checks were successful
deploy / build (push) Successful in 2m21s
deploy / deploy-web (push) Successful in 7s

This commit is contained in:
2026-09-16 10:28:51 +03:00
parent 2c8cefab07
commit 32d8a6ecab
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ signing attempt raised `Unkown signer` before reaching code that would have work
straight in.
`patches/@polkadot-api__signers-common.patch` drops the names and keeps the structural
check. See [quantus/papi-console#1](https://git.lair.cafe/quantus/papi-console/issues/1).
check. See [quantus/papi-console#1](https://git.lair.cafe/blackbeard/qapi/issues/1).
## Develop

View File

@@ -195,7 +195,7 @@ const SidebarContent: FC<{ mobile?: boolean; onNavigate?: () => void }> = ({
<div className="shrink-0 border-t p-3">
<ThemeToggle />
<a
href="https://git.lair.cafe/quantus/papi-console"
href="https://git.lair.cafe/blackbeard/qapi"
target="_blank"
rel="noreferrer"
className="mt-2 flex items-center gap-2 rounded-md px-3 py-2 text-sm text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground"