diff --git a/README.md b/README.md index d414bcc..e662efc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ mvn test ``` ## Additional Resources -To prepopulate the database with demo data, uncomment the following lines in the 'src/main/resources/application.properties' file +To prepopulate the database with demo data, uncomment the following lines in the [**src/main/resources/application.properties**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/src/main/resources/application.properties) file ```sh # spring.jpa.defer-datasource-initialization=true # spring.sql.init.data-locations=classpath:demo.sql @@ -51,4 +51,4 @@ An H2 console will be available at [**http://localhost:8080/h2-console**](http:/ username: sa /password: leave empty -Also included is the file 'ContactsAPI.postman_collection.json'. This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands. +Also included is the file [**ContactsAPI.postman_collection.json**](https://git.echoechoecho.org/jsnjns/contacts-api/src/branch/main/ContactsAPI.postman_collection.json). This can be imported into the [**Postman**](https://www.postman.com/downloads/) application in order to issue REST commands.