From 1aa8e2ad2eeebde8eb6d0eb99be2d6492893b2f2 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 11 Oct 2017 01:41:50 -0400 Subject: [PATCH] Updated Configurations & Documentation (markdown) --- Configurations--&-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations--&-Documentation.md b/Configurations--&-Documentation.md index 48b1df7..4b1baf9 100644 --- a/Configurations--&-Documentation.md +++ b/Configurations--&-Documentation.md @@ -3,7 +3,7 @@ YBDB is highly configurable. The short - read/study: * [sql/populate.sql](https://github.com/fspc/Yellow-Bike-Database/blob/devel/sql/populate.sql) -* [Connections/database_functions.php](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/database_functions.php) (USE Connections/local_configurations.php; currently not working with array based configurations) +* [Connections/database_functions.php](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/database_functions.php) (USE Connections/local_configurations.php) * [Volunteer Interest Form text](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/volunteer_interest_form_introduction.txt) (change as required) * [Waiver Text](https://github.com/fspc/Yellow-Bike-Database/blob/devel/Connections/waiver.txt) (change as required) * [Docker Howto](https://github.com/fspc/Yellow-Bike-Database/blob/devel/examples/docker.txt) (could use some updates)