Skip to content

Commit 2051cf4

Browse files
committed
update login links
1 parent 10326f0 commit 2051cf4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dgraph/graphql/connecting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ HTTP GET requests.
1717
<Tabs>
1818
<Tab title="Hypermode">
1919

20-
- access the [Hypermode console](https://hypermode.com/sign-in)
20+
- access the [Hypermode console](https://hypermode.com/login)
2121
- the `GraphQL Endpoint` is displayed at the bottom.
2222
- click on the link button to copy it.
2323

dgraph/quickstart.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide helps you to understand how to:
2121
## Run Dgraph and connect the Ratel web UI
2222

2323
The easiest way to get Dgraph up and running in the cloud is using
24-
[Dgraph on Hypermode](https://hypermode.com/sign-in). If you prefer a local
24+
[Dgraph on Hypermode](https://hypermode.com/login). If you prefer a local
2525
development experience with Dgraph we recommend using the official Dgraph Docker
2626
image. Both options are described below.
2727

@@ -33,7 +33,7 @@ In this section we'll create a new graph, then we'll connect our new graph to
3333
<Steps>
3434
<Step title="Sign in to Hypermode and create your workspace">
3535

36-
Open [`hypermode.com/sign-in`](https://hypermode.com/sign-in) in your web browser and sign
36+
Open [`hypermode.com/login`](https://hypermode.com/login) in your web browser and sign
3737
in to Hypermode to create your account.
3838

3939
After signing in you'll be prompted to choose a name for your workspace.

docs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"light": "#FF00EE",
2828
"dark": "#CC00BE"
2929
},
30-
"href": "https://hypermode.com/sign-in"
30+
"href": "https://hypermode.com/login"
3131
},
3232
{
3333
"anchor": "Dgraph Cloud",

getting-started-with-hyper-commerce.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ features before committing any time and effort.
3131

3232
### Step 1: Creating a new project
3333

34-
1. Visit the [Hypermode website](https://hypermode.com/sign-in) and sign up with
34+
1. Visit the [Hypermode website](https://hypermode.com/login) and sign up with
3535
your GitHub, Google, or email address. Once signed in, you'll see the
3636
Hypermode projects dashboard.
3737
2. After accessing your dashboard, click the “Create New Project” button
@@ -221,7 +221,7 @@ changes to Hypermode.
221221
2. Clone the repo by clicking `Use this template` in the upper-right corner and
222222
selecting `Create new repo.` This clones the code into your own GitHub
223223
repository
224-
3. Visit the [Hypermode website](https://hypermode.com/sign-in) and sign up with
224+
3. Visit the [Hypermode website](https://hypermode.com/login) and sign up with
225225
your GitHub, Google, or email address. Once signed in, you'll see your
226226
Hypermode projects dashboard.
227227
4. In the Hypermode console, click `New Project`.

quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ the basic components of a Modus app and how to deploy it to Hypermode.
3131
You can import your Modus app via the Hypermode Console or through the terminal with Hyp CLI.
3232
<Tabs>
3333
<Tab title="Hypermode Console">
34-
Navigate to the [Hypermode Console](https://hypermode.com/sign-in) and click **New Project**.
34+
Navigate to the [Hypermode Console](https://hypermode.com/login) and click **New Project**.
3535
When prompted, connect your GitHub account and select the repository you want to import.
3636
Once you've selected your repository, click "Import" to deploy your app.
3737
</Tab>

0 commit comments

Comments
 (0)