Fix broken Markdown link formatting.
diff --git a/Projects.md b/Projects.md
index 46ba2f1..4e230d6 100644
--- a/Projects.md
+++ b/Projects.md
@@ -381,7 +381,7 @@
   * [gringo](https://github.com/textnode/gringo) - A minimalist queue implemented using a stripped-down lock-free ringbuffer
   * [heap](https://github.com/golangplus/container/tree/master/heap) - A general heap package without converting elements to `interface{}` and back.
   * [queued](https://github.com/timtadh/queued) - A simple network queue daemon
-  * [queue] (https://github.com/kavehmz/queue) - A queue manager on top of Redis
+  * [queue](https://github.com/kavehmz/queue) - A queue manager on top of Redis
 
 ### Graphs
 
@@ -1379,7 +1379,7 @@
 ## Storage
 
   * [Minio](https://minio.io/) - Object Storage compatible with Amazon S3 API
-  * [libStorage] (https://github.com/emccode/libstorage) - an open source, platform agnostic, storage provisioning and orchestration framework, model, and API
+  * [libStorage](https://github.com/emccode/libstorage) - an open source, platform agnostic, storage provisioning and orchestration framework, model, and API
 
 ## Strings and Text