Browse Source

fix: changelog link (#216)

Joel 1 năm trước cách đây
mục cha
commit
10848d74a0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/app/components/header/account-about/index.tsx

+ 1 - 1
web/app/components/header/account-about/index.tsx

@@ -67,7 +67,7 @@ export default function AccountAbout({
           <div className='flex items-center'>
             <Link
               className={classNames(buttonClassName, 'mr-2')}
-              href={'https://github.com/langgenius'}
+              href={'https://github.com/langgenius/dify/releases'}
               target='_blank'
             >
               {t('common.about.changeLog')}