remove .md from link names I guess authored by Jacob Priddy's avatar Jacob Priddy
......@@ -16,7 +16,7 @@ and the actual api code itself. The technologies used are as follows:
- Database Management System: [pgAdmin 4](https://www.pgadmin.org/)
- API Code: [PHP 7.4](https://www.php.net/), [Laravel 7.x Framework](https://laravel.com/)
See more at its documentation page. [API](api.md)
See more at its documentation page. [API](api)
### Web Frontend
The web fronted is a SPA written in [Vue.js](https://vuejs.org/). It provides an administration management interface
......@@ -32,7 +32,7 @@ They talk to the API only when needed and will make requests to verify a user's
gather when the next open mode events are.
See more at its documentation page. [Controller](controller.md)
See more at its documentation page. [Controller](controller)
### Old Elock System
The old elock system is running modified translation code to use the new frontend server API. Since the old
......
......