Skip to content

Commit 7d776c4

Browse files
authored
Update README.md
1 parent 5564308 commit 7d776c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The application relies on a single database (`rolodex`) that contains a single t
2424

2525
After you've [pulled down this repository](https://git-scm.com/docs/git-clone), follow these steps to get the app up and running:
2626

27-
1. Update the database configuration settings in [config.php](src/config.php) (which is used across the app) to point to _your_ MariaDB database.
27+
1. Update the database configuration settings in [src/config.php](src/config.php) (which is used across the app) to point to _your_ MariaDB database.
2828

2929
_Example configuration:_
3030

@@ -35,7 +35,7 @@ After you've [pulled down this repository](https://git-scm.com/docs/git-clone),
3535
$databaseName = 'rolodex';
3636
```
3737

38-
**Note:** Check out the [config_skysql.php](config_skysql.php) file for an example of how to connect to [MariaDB SkySQL](https://mariadb.com/skyview).
38+
**Note:** Check out the [src/config_skysql.php](config_skysql.php) file for an example of how to connect to [MariaDB SkySQL](https://mariadb.com/skyview).
3939

4040
2. Run the application using the [built-in web server](https://www.php.net/manual/en/features.commandline.webserver.php).
4141

0 commit comments

Comments
 (0)