Skip to content

Commit 6eb2b8a

Browse files
authored
Fix hyperlink broken in authentication guide
1 parent 282d66d commit 6eb2b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To run the whole solution:
101101
>If ElasticSearch fails to start, try running `sudo sysctl -w vm.max_map_count=262144` first
102102
103103
Once the application and infrastructure are started you can open http://localhost:8080 in your browser and see our welcome page.
104-
Once there you can use Account menu item to log into the system. Valid users and passwords can be found [here] (https://github.com/asc-lab/dotnetcore-microservices-poc/blob/master/AuthService/DataAccess/InsuranceAgentsInMemoryDb.cs). You can for example login as admin with password admin.
104+
Once there you can use Account menu item to log into the system. Valid users and passwords can be found [here](https://github.com/asc-lab/dotnetcore-microservices-poc/blob/master/AuthService/DataAccess/InsuranceAgentsInMemoryDb.cs). You can for example login as admin with password admin.
105105

106106
## Manual running
107107

0 commit comments

Comments
 (0)