Skip to content

Commit

Permalink
fix: website update links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Apr 29, 2024
1 parent 703761a commit 7558351
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-bees-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'website': minor
---

Updated the homerun jobs link to the new lever.co link.
2 changes: 1 addition & 1 deletion libs/design-system/src/data/webLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ export const webLinks = {
storageStats: 'https://hosts.siacentral.com/',
hostTroubleshoot: 'https://troubleshoot.siacentral.com/',
coinmarketcap: 'https://coinmarketcap.com/currencies/siacoin/',
jobs: 'https://siafoundation.homerun.co/',
jobs: 'https://jobs.lever.co/the-sia-foundation',
}
2 changes: 1 addition & 1 deletion server/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

# Redirect old paths
redir /jobs https://siafoundation.homerun.co permanent
redir /jobs https://jobs.lever.co/the-sia-foundation permanent
redir /blog https://blog.sia.tech permanent
redir /whitepaper.pdf /sia.pdf permanent
redir /get-started / permanent
Expand Down
2 changes: 1 addition & 1 deletion server/Caddyfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ site.local {
}

# Redirect old paths
redir /jobs https://siafoundation.homerun.co permanent
redir /jobs https://jobs.lever.co/the-sia-foundation permanent
redir /blog https://blog.sia.tech permanent
redir /whitepaper.pdf /sia.pdf permanent
redir /get-started /rent permanent
Expand Down

0 comments on commit 7558351

Please sign in to comment.