feat (md syntax): Fix inappropriate space between link label and url (#5378)

This commit is contained in:
yassinebenaid 2024-08-12 15:43:53 +01:00 committed by GitHub
parent 1b5ce0c762
commit a96f02ee11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1459,7 +1459,7 @@ _Libraries for programming devices of the IoT._
_Libraries for scheduling jobs._ _Libraries for scheduling jobs._
- [Cadence-client] (https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber. - [Cadence-client](https://github.com/uber-go/cadence-client) - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber.
- [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support - [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support
- [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. - [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling.
- [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. - [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.