Skip to content

Commit d787107

Browse files
Update repository URLs to Annotation-Garden organization
- Change clone URL from neuromechanist to Annotation-Garden in SETUP.md - Update GitHub Pages URL in frontend README - Update footer link in dashboard to annotation.garden - Ensures all references point to AGI organization
1 parent cfeff89 commit d787107

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository will be populated by cloning and adapting the existing image ann
66

77
```bash
88
# Clone the source repository
9-
git clone https://github.com/neuromechanist/image-annotation.git temp-image-annotation
9+
git clone https://github.com/Annotation-Garden/image-annotation.git temp-image-annotation
1010

1111
# Copy relevant files to this directory
1212
cp -r temp-image-annotation/* .

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm run build:static
3838
npm run deploy
3939
```
4040

41-
The site will be available at: https://neuromechanist.github.io/image-annotation
41+
The site will be available at: https://annotation-garden.github.io/image-annotation
4242

4343
## 🛠️ Available Scripts
4444

frontend/app/page.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,16 +278,15 @@ export default function Dashboard() {
278278
<footer className="bg-black/30 backdrop-blur-xl border-t border-purple-500/20 px-6 py-3">
279279
<div className="text-center text-sm text-gray-400">
280280
© 2025{' '}
281-
<a
282-
href="https://neuromechanist.github.io"
283-
target="_blank"
281+
<a
282+
href="https://annotation.garden"
283+
target="_blank"
284284
rel="noopener noreferrer"
285285
className="text-purple-400 hover:text-purple-300 transition-colors inline-flex items-center gap-1"
286286
>
287-
Seyed Yahya Shirazi
287+
Annotation Garden Initiative
288288
<ExternalLink className="w-3 h-3" />
289289
</a>
290-
, Swartz Center for Computational Neuroscience, UC San Diego
291290
</div>
292291
</footer>
293292
</main>

0 commit comments

Comments
 (0)