File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const footerNav = {
29
29
className : 'row-span-2' ,
30
30
items : [
31
31
{ title : 'Brand' , href : '/brand' } ,
32
- { title : 'Change Log ' , href : 'https://github.com/javaistic/javaistic/releases ' } ,
32
+ { title : 'Changelog ' , href : 'https://javaistic-changelog.vercel.app/ ' } ,
33
33
{ title : 'Open Source' , href : '/' } ,
34
34
{ title : 'Contact' , href : 'mailto:javaistic@gmail.com' } ,
35
35
] ,
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ function TopLevelNav() {
199
199
Programs
200
200
</ TopLevelLink >
201
201
< TopLevelLink
202
- href = "https://github.com/javaistic/javaistic/releases "
202
+ href = "https://javaistic-changelog.vercel.app/ "
203
203
isActive = { current === '' || current === 'changelog' }
204
204
color = "amber"
205
205
className = "mb-4"
@@ -220,7 +220,7 @@ function TopLevelNav() {
220
220
</ >
221
221
}
222
222
>
223
- Change Log
223
+ Changelog
224
224
</ TopLevelLink >
225
225
< TopLevelLink
226
226
href = "/"
You can’t perform that action at this time.
0 commit comments