mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
fix(doc): Fix broken link in Cursed Knowledge doc (#11008)
Fix broken link
This commit is contained in:
parent
0fbfbc86d2
commit
52db9558b3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const items: Item[] = [
|
|||
iconColor: 'greenyellow',
|
||||
title: 'JavaScript Date objects are cursed',
|
||||
description: 'JavaScript date objects are 1 indexed for years and days, but 0 indexed for months.',
|
||||
link: { url: 'https://github.com/immich-app/immich/pulls/6787', text: '#6787' },
|
||||
link: { url: 'https://github.com/immich-app/immich/pull/6787', text: '#6787' },
|
||||
date: new Date(2024, 0, 31),
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue