From 54f8f6d8153155b26ae1485c9924ef72eeda0cf5 Mon Sep 17 00:00:00 2001 From: hxtree Date: Tue, 3 Aug 2021 19:31:36 -0500 Subject: [PATCH] Add hyperlinks --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1469c242..dcb1d2e8 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,11 @@ ## About Hoopless is a modular content management system build on the following open source packages: -* **Symfony**: Annotated auto routing, dependency injection, etc. -* **PHPMarkup**: A markup abstraction layer to empower curators with pages. -* **Doctrine ORM**: A object–relational mapping to help manage database Entities. -* **Doctrine Migrations**: To manage database changes. -* **Mustache**: Templating engine. - +* **[Symfony](https://symfony.com/doc/current/)**: Annotated auto routing, dependency injection, etc. +* **[PHPMarkup](https://github.com/ouxsoft/PHPMarkup)**: A markup abstraction layer to empower curators with pages. +* **[Doctrine ORM](https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/index.html)**: A object–relational mapping to help manage database Entities. +* **[Doctrine Migrations](https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/index.html)**: To manage database changes. +* **[Mustache](https://github.com/bobthecow/mustache.php/wiki)**: Templating engine. ```