fix: correct GitHub URLs in docs, remove package-lock

This commit is contained in:
lotherk
2026-03-27 02:48:53 +00:00
parent afacab4e36
commit ac893ca8ea
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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';