diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-05-08 00:53:45 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-05-08 00:53:45 +0300 |
commit | 0775fb2439a71a9bea3bb6e603c24ddd908a12a3 (patch) | |
tree | c3986a205fa63146a43aa2bf442199af8d163414 | |
parent | caf8bac3f02472fd87f9a9c6772ccfa3c2de40b7 (diff) |
readme: fix a link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ As you can see: > :warning: In a real world, you'll want to have a few more additional fields, > like `job_name` or `job_data`.<br> -> Check out the [implementation example](#implementation-example). +> Check out the [integration example](#integration-example). To create a new job, it must be added to the table. As mentioned earlier, adding or removing rows from the table is by design outside the jobd's area of |