Skip to content

Commit 7ea4559

Browse files
committed
change job url
1 parent d87c6f3 commit 7ea4559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/apps/human-app/frontend/src/modules/worker/jobs/available-jobs/thirstyfi-info-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function ThirstyfiInfoModal({
8989
<Typography variant="h6" textAlign="center">
9090
{t('thirstyfiModal.tutorialText1')}
9191
<Link
92-
href="https://thirsty.fi"
92+
href="https://thirsty.fi/blog/campaign-human-protocol"
9393
target="_blank"
9494
rel="noopener noreferrer"
9595
>

packages/apps/human-app/server/src/modules/jobs-discovery/jobs-discovery.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class JobsDiscoveryController {
8686
chain_id: ChainId.POLYGON,
8787
escrow_address: 'thirstyfi-task',
8888
job_type: 'thirstyfi',
89-
job_description: 'Check job description at https://thirsty.fi',
89+
job_description: 'Check job description at https://thirsty.fi/blog/campaign-human-protocol',
9090
reward_amount: '5 - 50',
9191
reward_token: 'USDT',
9292
status: JobStatus.ACTIVE,

0 commit comments

Comments
 (0)