Skip to content

Commit 6ea031f

Browse files
Fix all remaining links (#10)
* test deployment * fix * ++ * ++ * feat: we are migrating from next to astro since this site is static * fix(remove dist): remove dist * fix(deps): deps * fix(wrangler): wrangler * refactor(remove docs): remove docs so they are hosted elsewehre * fix(docs url): docs url * update site copy * fix: 1GB to 1TB * fix: hide logo section until real logos ready * fix: fixing hrefs * fix: fix links --------- Co-authored-by: tac0turtle <marko@baricevic.me>
1 parent 9d4433d commit 6ea031f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/content/homepage/data.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const content = {
141141
}
142142
],
143143
cta: {
144-
href: '/',
144+
href: 'https://docs.ev.xyz',
145145
text: 'Learn More'
146146
},
147147
boxes: [
@@ -273,17 +273,17 @@ export const content = {
273273
],
274274
cta: [
275275
{
276-
href: '/docs',
276+
href: 'https://docs.ev.xyz',
277277
text: 'Read the docs',
278278
target: '_blank'
279279
},
280280
{
281-
href: '/',
281+
href: 'https://docs.ev.xyz',
282282
text: 'View Reference Architectures',
283283
target: '_blank'
284284
},
285285
{
286-
href: '/',
286+
href: 'mailto:alex@binary.builders',
287287
text: 'Talk to the Team',
288288
target: '_blank'
289289
}
@@ -316,7 +316,7 @@ export const content = {
316316
)
317317
},
318318
{
319-
href: '/',
319+
href: 'https://docs.ev.xyz',
320320
text: 'Docs',
321321
target: '_blank',
322322
icon: (
@@ -334,7 +334,7 @@ export const content = {
334334
)
335335
},
336336
{
337-
href: '/',
337+
href: 'https://x.com/ev_stack',
338338
text: 'X/Twitter',
339339
target: '_blank',
340340
icon: (
@@ -352,7 +352,7 @@ export const content = {
352352
)
353353
},
354354
{
355-
href: '/',
355+
href: 'mailto:alex@binary.builders',
356356
text: 'Contact',
357357
target: '_blank',
358358
icon: (

0 commit comments

Comments
 (0)