mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-09 06:55:18 +00:00
Update zh tw languages and fix some broken links
This commit is contained in:
@@ -144,7 +144,7 @@ This example does not use PKCE.
|
||||
|
||||
The `REDIRECT_URI` in the `access_token` request must match the `REDIRECT_URI` in the `authorize` request.
|
||||
|
||||
3. Use the `access_token` to make [API requests](development/api-usage.md#oauth2-provider) to access the user's resources.
|
||||
3. Use the `access_token` to make [API requests](api-usage) to access the user's resources.
|
||||
|
||||
### Public client (PKCE)
|
||||
|
||||
@@ -206,4 +206,4 @@ After you have generated this values, you can continue with your request.
|
||||
|
||||
The `REDIRECT_URI` in the `access_token` request must match the `REDIRECT_URI` in the `authorize` request.
|
||||
|
||||
3. Use the `access_token` to make [API requests](development/api-usage.md#oauth2-provider) to access the user's resources.
|
||||
3. Use the `access_token` to make [API requests](api-usage) to access the user's resources.
|
||||
|
||||
Reference in New Issue
Block a user