Skip to content

Commit cb9d92b

Browse files
authored
Fixed broken/deprecated links (#364)
* updated broken links * fixed and replaced broken links * more footer updates * updated logo url
1 parent 2e0e57c commit cb9d92b

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

docusaurus.config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ const config: Config = {
302302
alt: 'Harper Logo',
303303
src: 'img/HarperPrimaryBlk.svg',
304304
srcDark: 'img/HarperPrimaryWht.svg',
305-
href: 'https://www.harpersystems.dev',
305+
href: 'https://www.harper.fast/',
306306
},
307307
items: [
308308
{
@@ -362,37 +362,37 @@ const config: Config = {
362362
title: 'Community',
363363
items: [
364364
{
365-
label: 'Slack',
366-
href: 'https://harperdbcommunity.slack.com',
365+
label: 'Discord',
366+
href: 'https://discord.gg/VzZuaw3Xay',
367367
},
368368
{
369369
label: 'LinkedIn',
370-
href: 'https://www.linkedin.com/company/harpersystems/',
370+
href: 'https://www.linkedin.com/company/harperfast/',
371371
},
372372
{
373373
label: 'X (Twitter)',
374-
href: 'https://twitter.com/harperdbio',
374+
href: 'https://twitter.com/harper_fast',
375375
},
376376
],
377377
},
378378
{
379379
title: 'More',
380380
items: [
381381
{
382-
label: 'Harper Systems',
383-
href: 'https://www.harpersystems.dev',
382+
label: 'Harper Fast',
383+
href: 'https://www.harper.fast',
384384
},
385385
{
386386
label: 'Blog',
387-
href: 'https://www.harpersystems.dev/blog',
387+
href: 'https://www.harper.fast/resources',
388388
},
389389
{
390390
label: 'GitHub',
391-
href: 'https://github.com/HarperDB/harperdb',
391+
href: 'https://github.com/HarperFast',
392392
},
393393
{
394394
label: 'Contact',
395-
href: 'https://www.harpersystems.dev/contact',
395+
href: 'mailto:[email protected]',
396396
},
397397
],
398398
},

release-notes-data.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
"4": {
3838
"pupName": "Tucker",
3939
"versions": [
40+
"4.7.2",
41+
"4.7.1",
4042
"4.7.0",
43+
"4.6.14",
4144
"4.6.13",
4245
"4.6.12",
4346
"4.6.11",
@@ -52,6 +55,8 @@
5255
"4.6.2",
5356
"4.6.1",
5457
"4.6.0",
58+
"4.5.32",
59+
"4.5.31",
5560
"4.5.30",
5661
"4.5.29",
5762
"4.5.28",

0 commit comments

Comments
 (0)