Skip to content

Commit e793022

Browse files
committed
fix /go routes
1 parent 39c730f commit e793022

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/go)
20+
- access the [Hypermode console](https://hypermode.com/sign-in)
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/go). If you prefer a local
24+
[Dgraph on Hypermode](https://hypermode.com/sign-in). 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/go`](https://hypermode.com/go) in your web browser and sign
36+
Open [`hypermode.com/sign-in`](https://hypermode.com/sign-in) 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.

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/go) and click **New Project**.
34+
Navigate to the [Hypermode Console](https://hypermode.com/sign-in) 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)