diff --git a/tools/extensions/org.civicrm.angularex/README.md b/tools/extensions/org.civicrm.angularex/README.md
index d8bee5561369c94a1e49f89a34db1f547799195e..b2febc34bb13cee3e38c1a874cc0ed7437bda89b 100644
--- a/tools/extensions/org.civicrm.angularex/README.md
+++ b/tools/extensions/org.civicrm.angularex/README.md
@@ -5,7 +5,6 @@ This extension is an example of implementing a screen with CiviCRM+Angular. To v
 
 There are a few key files involved:
 
- - js/example.js - An AngularJS module. This defines a route and a controller.
- - partials/example.html - A view for the controller
- - *angularex.php* - Includes the function *angularex_civicrm_angularModules()* which
-   registers the module with the CiviCRM+Angular container.
+ - [js/example.js](js/example.js) - An AngularJS module. This defines a route and a controller.
+ - [partials/example.html](partials/example.html) - A view for the controller
+ - [angularex.php](angularex.php) - Registers the module using *angularex_civicrm_angularModules()*.