Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cd26663

Browse files
Update README.md
1 parent 7d776c4 commit cd26663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
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 [src/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 [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 [src/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 [config_skysql.php](src/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)

AltStyle によって変換されたページ (->オリジナル) /