Skip to content

Commit

Permalink
Fix 404 doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
hwood-fg authored Jul 18, 2023
1 parent 49aa08e commit e2f711e
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 e2f711e

Please sign in to comment.