Skip to content

Commit dbc250f

Browse files
committed
fix : updated link issue
1 parent 7f44e0d commit dbc250f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/guides/authentication/ServerToServerAuthentication/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Access tokens usually expire in 24 hours. To check the expiry time of an access
5555

5656
### Generating access tokens using standard OAuth2 libraries
5757

58-
We recommend using a standard OAuth 2.0 library to implement your application's access token generation logic. The OAuth community site https://oauth.net has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
58+
We recommend using a standard OAuth 2.0 library to implement your application's access token generation logic. The OAuth community site [https://oauth.net](https://oauth.net/) has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
5959

6060
1. [PassportJS](https://github.com/jaredhanson/passport) (Node.js)
6161
2. [Spring Security](https://spring.io/projects/spring-security) (Java)

src/pages/guides/authentication/UserAuthentication/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You can always find the scopes your application can request by visiting the cred
115115

116116
## Standard OAuth2 libraries
117117

118-
The OAuth community site https://oauth.net has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
118+
The OAuth community site [https://oauth.net](https://oauth.net/) has a huge list of community-maintained OAuth2 libraries. Some widely known and maintained OAuth2 libraries from that list are -
119119

120120
1. [Passport OAuth2](https://github.com/jaredhanson/passport-oauth2) (Javascript)
121121
2. [PassportJS](https://github.com/jaredhanson/passport) (Node.js)

0 commit comments

Comments
 (0)