Skip to content

Commit

Permalink
Merge pull request #242 from hwood-fg/patch-2
Browse files Browse the repository at this point in the history
Fix 404 doc links
  • Loading branch information
8398a7 authored Jan 26, 2024
2 parents 49aa08e + e2f711e commit 2c2019f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class FieldFactory {
}

private get jobIsNotFound() {
return 'Job is not found.\nCheck <https://action-slack.netlify.app/fields|the matrix> or <https://action-slack.netlify.app/with#job_name|job name>.';
return 'Job is not found.\nCheck <https://action-slack.netlify.app/usage/fields|the matrix> or <https://action-slack.netlify.app/usage/with#job_name|job name>.';
}
}

Expand Down

0 comments on commit 2c2019f

Please sign in to comment.