README.md in sidekiq-unique-jobs-4.0.7 vs README.md in sidekiq-unique-jobs-4.0.8
- old
+ new
@@ -28,10 +28,10 @@
$ gem install sidekiq-unique-jobs
## A word on locking
-Like @mperham mentions on (this wiki page)[https://github.com/mperham/sidekiq/wiki/Related-Projects#unique-jobs] it is hard to enforce uniqueness with redis in a distributed redis setting.
+Like @mperham mentions on [this wiki page](https://github.com/mperham/sidekiq/wiki/Related-Projects#unique-jobs) it is hard to enforce uniqueness with redis in a distributed redis setting.
To make things worse there are many ways of wanting to enforce uniqueness.
### While Executing