From ac893ca8ea5d4169c1105a732362be1e0aa1578e Mon Sep 17 00:00:00 2001 From: lotherk Date: Fri, 27 Mar 2026 02:48:53 +0000 Subject: [PATCH] fix: correct GitHub URLs in docs, remove package-lock --- docs/src/content/docs/getting-started/installation.mdx | 4 ++-- docs/src/content/docs/index.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/content/docs/getting-started/installation.mdx b/docs/src/content/docs/getting-started/installation.mdx index 25e6979..736242b 100644 --- a/docs/src/content/docs/getting-started/installation.mdx +++ b/docs/src/content/docs/getting-started/installation.mdx @@ -14,8 +14,8 @@ sidebar: 1. Clone the repository: ```bash -git clone https://github.com/anomalyco/totalrecall.git -cd totalrecall +git clone https://github.com/lotherk/deardiary.git +cd deardiary ``` 2. Copy the environment file: diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index a9b35aa..0281e51 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -13,7 +13,7 @@ hero: link: /getting-started/installation/ - theme: alt text: View on GitHub - link: https://github.com/anomalyco/totalrecall + link: https://github.com/lotherk/deardiary --- import { Card, CardGrid } from '@astrojs/starlight/components';