Skip to content

Commit

Permalink
fix; hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorSB13 committed May 31, 2024
1 parent 7832c80 commit 344cef5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboard": {
"title": "API Key ↗",
"type": "page",
"href": "https://www.enso.finance/developers",
"href": "https://shortcuts.enso.finance/developers",
"newWindow": true
},
"contact": {
Expand Down
2 changes: 1 addition & 1 deletion pages/bundler-api/api-reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Currently, the Bundle API has only one endpoint
## Authentication

Enso authenticates your API requests using your account’s API keys.
Getting an API key is easy, and you can create as many as you need from the Enso developers [portal](https://www.enso.finance/developers).
Getting an API key is easy, and you can create as many as you need from the Enso developers [portal](https://shortcuts.enso.finance/developers).

## Actions

Expand Down
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import image from "../assets/maze.png";

**Enso** offers a unified API for interacting with DeFi protocols, and the token economy on [EVM compatible chains](./concepts/networks.mdx). Building integrations with each protocol is time consuming, challenging, costly and error prone. Our API allows developers to build once and integrate with all protocols.

The Enso infrastructure enables you to not only execute, but also fetch all relevant Metadata to display to your users. Create an account on [Enso Dashboard](https://www.enso.finance/developers) and start building!
The Enso infrastructure enables you to not only execute, but also fetch all relevant Metadata to display to your users. Create an account on [Enso Dashboard](https://shortcuts.enso.finance/developers) and start building!

<br></br>
# New to Enso?
Expand Down
4 changes: 2 additions & 2 deletions pages/introduction/get-api-key.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import key_img from '../../assets/key.png'

# Get API Key

The Enso suite of APIs is the simplest way to enable DeFi integrations, better prices, better gas execution, transaction bundling, and impeccable UX in your app. To get started, you will need to set up an account to access the [Enso Dashboard](https://www.enso.finance/developers) in order to generate an API key for your project.
The Enso suite of APIs is the simplest way to enable DeFi integrations, better prices, better gas execution, transaction bundling, and impeccable UX in your app. To get started, you will need to set up an account to access the [Enso Dashboard](https://shortcuts.enso.finance/developers) in order to generate an API key for your project.

Follow these steps to get started, in less than 5 minutes!

Expand All @@ -16,7 +16,7 @@ Follow these steps to get started, in less than 5 minutes!

## Step 1: Create an Enso Account

To create an account on the [Enso Dashboard](https://www.enso.finance/developers) click **Continue with Google**, select your email, and **click on the email** you wish to sign-up with.
To create an account on the [Enso Dashboard](https://shortcuts.enso.finance/developers) click **Continue with Google**, select your email, and **click on the email** you wish to sign-up with.

<center>
<Image src={signup_img} alt="Signup" width={500} height={500} />
Expand Down
2 changes: 1 addition & 1 deletion pages/router-api/api-reference/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Currently, the Router API has only two simple endpoints:
## Authentication

Enso authenticates your API requests using your account’s API keys.
Getting an API key is easy, and you can create as many as you need from the Enso developers [portal](https://www.enso.finance/developers).
Getting an API key is easy, and you can create as many as you need from the Enso developers [portal](https://shortcuts.enso.finance/developers).

0 comments on commit 344cef5

Please sign in to comment.