Openstatus www.openstatus.dev

Fix API key description link in Dashboard CLI Page (#1632)

The `settings` link under the `Add API Key` section within the Dashboard CLI Page currently redirects to a non-existent `/settings/workspace` page hence a 404, this commit fixes that and correctly redirects to `/settings/general`

authored by

James Sinkala and committed by
GitHub
111030a7 be8b3dce

+1 -1
+1 -1
apps/dashboard/src/app/(dashboard)/cli/page.tsx
··· 34 34 description: ( 35 35 <> 36 36 Create an API key in your workspace{" "} 37 - <Link href="/settings/workspace">settings.</Link> 37 + <Link href="/settings/general">settings.</Link> 38 38 </> 39 39 ), 40 40 command: {