mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	fix(doc): Fix broken link in Cursed Knowledge doc (#11008)
Fix broken link
This commit is contained in:
		
							parent
							
								
									0fbfbc86d2
								
							
						
					
					
						commit
						52db9558b3
					
				@ -49,7 +49,7 @@ const items: Item[] = [
 | 
				
			|||||||
    iconColor: 'greenyellow',
 | 
					    iconColor: 'greenyellow',
 | 
				
			||||||
    title: 'JavaScript Date objects are cursed',
 | 
					    title: 'JavaScript Date objects are cursed',
 | 
				
			||||||
    description: 'JavaScript date objects are 1 indexed for years and days, but 0 indexed for months.',
 | 
					    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),
 | 
					    date: new Date(2024, 0, 31),
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
];
 | 
					];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user