Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed May 9, 2024
1 parent 8d8f213 commit ea497f7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docs/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
## Setting up the Galoy stack locally

* [Backend Servers](/deployment/backend-servers)
* [Mobile Wallet](/deployment/mobile-wallet)
* [Galoy Pay](/deployment/galoy-pay)
* [Admin Panel](/deployment/admin-panel)

## Videos
Expand Down
2 changes: 1 addition & 1 deletion docs/products/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Find more info here about the main components of the Galoy stack.

* **[Blink Core](/products/blink-core)** and **[API](/products/api)** – interacts with the bitcoin and accounting layers to enable sending, receiving and holding balances
* **[Blink Core](/products/blink-core)** – interacts with the bitcoin and accounting layers to enable sending, receiving and holding balances and serves the API
* **[Stablesats](/products/stablesats)** – service for implementing fiat hedging strategies via supported exchanges; enables the provision of synthetic USD to provide dollar-like stability without stablecoins
* **[Bria](/products/bria)** - a service for transaction batching and onchain liquidity management
4 changes: 0 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ const config = {
to: '/contribute',
from: ['/projects'],
},
{
to: '/products/api',
from: ['/api'],
},
],
},
],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Galoy core banking platform includes the parts necessary to launch a communi
### Backend

* **[Blink Core](products/blink-core)** – interacts with the bitcoin and accounting layers to enable sending, receiving and holding balances.
Check out the [API section ](/api) for an interactive tutorial to get started with our hosted instance.
Check out the [dev.blink.sv/api](https://dev.blink.sv) for an interactive tutorial to get started with our hosted instance.
* **[Stablesats](products/stablesats)** – service for implementing fiat hedging strategies via supported exchanges; enables the provision of synthetic USD to provide dollar-like stability without stablecoins.
* **[Bria](products/bria)** - a service for transaction batching and onchain liquidity management.

Expand All @@ -41,5 +41,5 @@ Check out the [API section ](/api) for an interactive tutorial to get started wi
## API Reference

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
* [Blink public API reference ](https://dev.galoy.io/public-api-reference.html)
* [Blink public API reference](https://dev.galoy.io/public-api-reference.html)
* [Blink admin API reference](https://dev.galoy.io/admin-api-reference.html)

0 comments on commit ea497f7

Please sign in to comment.