Skip to content

Commit 8be4d03

Browse files
authored
readme upd
1 parent 2acb47c commit 8be4d03

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
1818
6. [Authors](#authors)
1919
7. [License](#license)
2020

21-
## [Demo](http://ideashareapp.azurewebsites.net)
21+
## [Demo](http://ideashareapp.azurewebsites.net){:target="_blank"}
2222

2323
- SignUp email verification is limited to 100 emails per day due to free plan.
2424
- Image uploading is restricted up to 500 KB
@@ -38,7 +38,7 @@ This repository contains Web App built on Angular 5 that interacts with WebAPI w
3838

3939
- ConnectionString
4040
- JWT SecretKey
41-
- Email/SendGridAPIKey [how to create SendGrid?](https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email)
41+
- Email/SendGridAPIKey [how to create SendGrid?](https://docs.microsoft.com/en-us/azure/sendgrid-dotnet-how-to-send-email){:target="_blank"}
4242

4343
### Code-first database migration
4444

@@ -61,44 +61,44 @@ Run `ASPNETCORE_Environment=Development dotnet run` to build project.
6161

6262
### WebAPI documentation
6363

64-
Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsites.net/swagger/)
64+
Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsites.net/swagger/){:target="_blank"}
6565

6666
### Page navigation
6767

6868
- Home
69-
- Home (/)
69+
- Home ../
7070
- article list with infinite scrolling
7171
- the most popular tags
7272
- user leaderboard
73-
- Dependencies (/dependencies)
73+
- Dependencies ../dependencies
7474
- static page
7575
- information about used frameworks and third party libraries
76-
- Contacts (/contacts)
76+
- Contacts ../contacts
7777
- static page
7878
- Auth
79-
- SignIn (/auth/signin)
79+
- SignIn ../auth/signin
8080
- store JWT token in localStorage
8181
- SignUp (/auth/signup)
8282
- Email verification
8383
- Idea
84-
- Add new (/idea/new)
84+
- Add new ../idea/new
8585
- Auth guard (redirects if user is not logged)
8686
- edit list of tags
8787
- article editor WYSIWYG
88-
- Details (/idea/:id)
88+
- Details ../idea/:id
8989
- like/dislike button
9090
- raw html render
9191
- favorite button
9292
- edit/restore button
9393
- comments section
94-
- Search (/idea/search/:value)
94+
- Search ../idea/search/:value
9595
- search by value in title and article
9696
- Profile
97-
- User info (/profile/:username)
97+
- User info ../profile/:username
9898
- information about user
9999
- list of favorited articles
100100
- list of created articles
101-
- Settings (/settings)
101+
- Settings ../settings
102102
- edit avatar
103103
- change username
104104

@@ -121,4 +121,4 @@ Online API documentation is located on [/Swagger](http://ideashareapp.azurewebsi
121121

122122
## License
123123

124-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
124+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)