Skip to content

Commit

Permalink
chore: update mattermost server address to chat.blink.sv (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Nov 10, 2024
1 parent e1000e0 commit 4ee0e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/api/oauth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For a hands-on introduction to setting up OAuth2 with Ory Hydra, you can explore
To initiate the integration process, your application must be registered and approved by Blink's development team. This is a critical step to ensure secure and authorized access to Blink's API functionalities.

### Application Approval
Reach out to the Blink development team via our Mattermost server at [chat.galoy.io](https://chat.galoy.io) to start the approval process for using OAuth2. You'll need to provide details about your application, including its purpose, the scopes of access required and your callback URL where the authorization code will be delivered.
Reach out to the Blink development team via our Mattermost server at [chat.blink.sv](https://chat.blink.sv) to start the approval process for using OAuth2. You'll need to provide details about your application, including its purpose, the scopes of access required and your callback URL where the authorization code will be delivered.

#### Scopes
##### Read
Expand Down Expand Up @@ -231,4 +231,4 @@ resource "hydra_oauth2_client" "galoy_pay" {

---

If you encounter any challenges or have questions during the integration process, don't hesitate to reach out to the Blink development team for assistance at our Mattermost server at [chat.galoy.io](https://chat.galoy.io).
If you encounter any challenges or have questions during the integration process, don't hesitate to reach out to the Blink development team for assistance at our Mattermost server at [chat.blink.sv](https://chat.blink.sv).
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config = {
position: 'left',
},
{
href: 'https://chat.galoy.io',
href: 'https://chat.blink.sv',
label: 'Join the Community',
position: 'right',
},
Expand Down Expand Up @@ -120,8 +120,8 @@ const config = {
title: 'Community',
items: [
{
label: 'Galoy Mattermost',
href: 'https://chat.galoy.io',
label: 'Blink Mattermost',
href: 'https://chat.blink.sv',
},
{
label: 'BlinkAPI Telegram Channel',
Expand Down

0 comments on commit 4ee0e70

Please sign in to comment.