Skip to content

Commit 0838131

Browse files
committed
more links
1 parent 1378454 commit 0838131

19 files changed

+57
-51
lines changed

badger/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ As of Badger versions
157157
[v3.2103.1](https://github.com/hypermodeinc/badger/releases/tag/v3.2103.1) the
158158
DataDog ZSTD library was replaced by pure Golang version and Cgo is no longer
159159
required. The new library is
160-
[backwards compatible in nearly all cases](https://discuss.dgraph.io/t/use-pure-go-zstd-implementation/8670/10):
160+
[backwards compatible in nearly all cases](https://discuss.hypermode.com/t/use-pure-go-zstd-implementation/8670/10):
161161

162162
<Note>
163163
Yes they're compatible both ways. The only exception is 0 bytes of input which

dgraph/changelog.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import DgraphWIP from "/snippets/dgraph-wip.mdx"
1010
The latest Dgraph release is the v24 series.
1111

1212
Dgraph releases starting v22.0.0 following semantic versioning
13-
[See the post here](https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/).
13+
[See the post here](https://discuss.hypermode.com/t/dgraph-v22-0-0-rc1-20221003-release-candidate/).
1414

1515
To learn about the latest releases and other important announcements, watch the
1616
[Announce][] category on Discuss.
1717

18-
[Announce]: https://discuss.dgraph.io/c/announce
18+
[Announce]: https://discuss.hypermode.com/c/announce
1919

2020
## Release series
2121

@@ -37,19 +37,19 @@ To learn about the latest releases and other important announcements, watch the
3737

3838
[v24.1]: https://hypermode.com/blog/dgraph-v241-knowledge-graphs-faster
3939
[v24.0]:
40-
https://discuss.dgraph.io/t/dgraph-release-v24-0-0-is-now-available/19346
40+
https://discuss.hypermode.com/t/dgraph-release-v24-0-0-is-now-available/19346
4141
[v23.1]:
42-
https://discuss.dgraph.io/t/dgraph-23-1-0-is-generally-available-on-dgraph-cloud-dockerhub-and-github/18980
42+
https://discuss.hypermode.com/t/dgraph-23-1-0-is-generally-available-on-dgraph-cloud-dockerhub-and-github/18980
4343
[v23.0]:
44-
https://discuss.dgraph.io/t/dgraph-release-v23-0-0-is-now-generally-available/18634
44+
https://discuss.hypermode.com/t/dgraph-release-v23-0-0-is-now-generally-available/18634
4545
[v22.0]:
46-
https://discuss.dgraph.io/t/dgraph-release-v22-0-2-is-now-generally-available/18117
46+
https://discuss.hypermode.com/t/dgraph-release-v22-0-2-is-now-generally-available/18117
4747
[v21.03]:
48-
https://discuss.dgraph.io/t/release-notes-v21-03-0-resilient-rocket/13587
48+
https://discuss.hypermode.com/t/release-notes-v21-03-0-resilient-rocket/13587
4949
[v20.11]:
50-
https://discuss.dgraph.io/t/release-notes-v20-11-0-tenacious-tchalla/11942
51-
[v20.07]: https://discuss.dgraph.io/t/dgraph-v20-07-3-release/12107
52-
[v20.03]: https://discuss.dgraph.io/t/dgraph-v20-03-7-release/12077
53-
[v1.2]: https://discuss.dgraph.io/t/dgraph-v1-2-8-release/11183
54-
[v1.1]: https://discuss.dgraph.io/t/dgraph-v1-1-1-release/5664
55-
[v1.0]: https://discuss.dgraph.io/t/dgraph-v1-0-18-release/5663
50+
https://discuss.hypermode.com/t/release-notes-v20-11-0-tenacious-tchalla/11942
51+
[v20.07]: https://discuss.hypermode.com/t/dgraph-v20-07-3-release/12107
52+
[v20.03]: https://discuss.hypermode.com/t/dgraph-v20-03-7-release/12077
53+
[v1.2]: https://discuss.hypermode.com/t/dgraph-v1-2-8-release/11183
54+
[v1.1]: https://discuss.hypermode.com/t/dgraph-v1-1-1-release/5664
55+
[v1.0]: https://discuss.hypermode.com/t/dgraph-v1-0-18-release/5663

dgraph/concepts/queries-process.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ retrieve UIDs characterizes Dgraph querying.
5252

5353
If the query was run via HTTP interface `/query`, the resulting subgraph then
5454
gets converted into JSON for replying back to the client. If the query was run
55-
via [gRPC](https://www.grpc.io/) interface using the language
56-
[clients](./clients), the subgraph gets converted to
55+
via [gRPC](https://grpc.io/) interface using the language [clients](./clients),
56+
the subgraph gets converted to
5757
[protocol buffer](https://developers.google.com/protocol-buffers/) format and
5858
similarly returned to the client.

dgraph/guides/get-started-with-dgraph/advanced-text-search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,5 +455,5 @@ Check out our next tutorial of the getting started series
455455

456456
## Need Help
457457

458-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
459-
feature requests, bugs, and discussions.
458+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
459+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/basic-operations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,5 +396,5 @@ Check out our next tutorial of the getting started series
396396

397397
## Need help
398398

399-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
400-
feature requests, bugs, and discussions.
399+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
400+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/fuzzy-search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,5 @@ newsletter to get the latest tutorial right to your inbox.
325325

326326
## Need Help
327327

328-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
329-
feature requests, bugs, and discussions.
328+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
329+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/geolocation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -850,5 +850,5 @@ newsletter to get the latest tutorial right into your inbox.
850850

851851
## Need help
852852

853-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
854-
feature requests, bugs, and discussions.
853+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
854+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import DgraphWIP from "/snippets/dgraph-wip.mdx"
99

1010
**Welcome to getting started with Dgraph.**
1111

12-
[Dgraph](https://github.com/hypermdodeinc/dgraph) is an open source,
12+
[Dgraph](https://github.com/hypermodeinc/dgraph) is an open source,
1313
transactional, distributed, native Graph Database. Here is the first tutorial of
1414
the get started series on using Dgraph.
1515

@@ -235,5 +235,5 @@ Check out our next tutorial of the getting started series
235235

236236
## Need help
237237

238-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
239-
feature requests, bugs, and discussions.
238+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
239+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/multi-language-strings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,5 +442,5 @@ Check out our next tutorial of the getting started series
442442

443443
## Need Help
444444

445-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
446-
feature requests, bugs, and discussions.
445+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
446+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/string-indicies.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,5 +666,5 @@ Check out our next tutorial of the getting started series
666666

667667
## Need Help
668668

669-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
670-
feature requests, bugs, and discussions.
669+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
670+
questions, feature requests, bugs, and discussions.

dgraph/guides/get-started-with-dgraph/types-and-operations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,5 +649,5 @@ Check out our next tutorial of the getting started series
649649

650650
## Need help
651651

652-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for questions,
653-
feature requests, bugs, and discussions.
652+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for
653+
questions, feature requests, bugs, and discussions.

dgraph/guides/message-board-app/conclusion.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ In the advanced course (coming soon), you’ll add login and authorization,
1818
subscriptions, and custom logic to this app.
1919

2020
Playing with your app and taking your code to the next level? Be sure to share
21-
your creations on our [discussion boards](https://discuss.dgraph.io). We love to
22-
see what you’re working on, and feel free to ask any questions - our team of
23-
developers typically respond within 30 minutes!
21+
your creations on our [discussion boards](https://discuss.hypermode.com). We
22+
love to see what you’re working on, and feel free to ask any questions - our
23+
team of developers typically respond within 30 minutes!
2424

2525
We hope you’ve enjoyed playing with [Dgraph Cloud](https://dgraph.io/cloud) for
2626
this course. A fully managed GraphQL backend database service, Dgraph Cloud lets

dgraph/sdks/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ DgraphClient dgraphClient = new DgraphClient(stub);
468468
```
469469

470470
[deadline-post]:
471-
https://discuss.dgraph.io/t/dgraph-java-client-setting-deadlines-per-call/3056
471+
https://discuss.hypermode.com/t/dgraph-java-client-setting-deadlines-per-call/3056
472472

473473
### Setting metadata headers
474474

dgraph/sdks/overview.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ transactions conflict when both transactions:
5959

6060
When a transaction is aborted, all its changes are discarded. Transactions can
6161
be manually aborted.
62+
63+
<Note>
64+
For additional clients, see [Unofficial
65+
Clients](/dgraph/sdks/unofficial-clients).
66+
</Note>

dgraph/self-managed/ha-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ kubectl delete persistentvolumeclaims --selector app=dgraph-alpha
186186

187187
For further information:
188188
* Documentation: https://docs.hypermode.com/dgraph
189-
* Community and Issues: https://discuss.dgraph.io/
189+
* Community and Issues: https://discuss.hypermode.com/
190190
2. Get the Dgraph Alpha HTTP/S endpoint by running these commands.
191191
export ALPHA_POD_NAME=$(kubectl get pods --namespace default --selector "statefulset.kubernetes.io/pod-name=<RELEASE-NAME>-dgraph-alpha-0,release=<RELEASE-NAME>-dgraph" --output jsonpath="{.items[0].metadata.name}")
192192
echo "Access Alpha HTTP/S using http://localhost:8080"

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"group": "Graphs",
5353
"pages": [
5454
"graphs/overview",
55-
"graphs/deploy",
55+
"graphs/provision",
5656
"graphs/connect",
5757
"graphs/manage-schema",
5858
"graphs/manage-data",

getting-started-with-hyper-commerce.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ needs.
1212
## What's Hypermode?
1313

1414
[Hypermode](/introduction) is framework designed to simplify the development and
15-
deployment of AI features and assistants. With its [Functions SDK](/modus) and
16-
runtime, developers can quickly deploy intelligent features into production
17-
without the need for extensive data wrangling. Hypermode supports rapid
18-
iteration, allowing you to start with a large language model and later fine-tune
19-
smaller, open source models. Its production-ready GraphQL API auto-generates and
20-
enables seamless integration. Hypermode is ideal for developers looking to
21-
quickly prototype and evolve AI capabilities.
15+
deployment of AI features and assistants. With its
16+
[Functions SDK](/modus/overview) and runtime, developers can quickly deploy
17+
intelligent features into production without the need for extensive data
18+
wrangling. Hypermode supports rapid iteration, allowing you to start with a
19+
large language model and later fine-tune smaller, open source models. Its
20+
production-ready GraphQL API auto-generates and enables seamless integration.
21+
Hypermode is ideal for developers looking to quickly prototype and evolve AI
22+
capabilities.
2223

2324
## Quickstart
2425

@@ -116,7 +117,7 @@ In the Hypermode console, you’ll see several key components of your project:
116117
/>
117118
</Frame>
118119

119-
- **[Functions](/modus):** These are serverless functions written in
120+
- **[Functions](/modus/overview):** These are serverless functions written in
120121
AssemblyScript (a TypeScript-like language) that are automatically exposed as
121122
GraphQL APIs. Once deployed, you can query these functions within your app.
122123
- **[Collections](/modus/sdk/assemblyscript/collections):** Hypermode offers

graphs/manage-schema.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ curl -X POST https://<my-database>.hypermode.host/dgraph/alter \
3636

3737
## Deploy a GraphQL schema
3838

39-
To deploy a [GraphQL schema](/dgraph/graphql/schema), place the schema in a file
40-
(`schema.graphql` in this case) and make a POST request to the
39+
To deploy a [GraphQL schema](/dgraph/graphql/schema/overview), place the schema
40+
in a file (`schema.graphql` in this case) and make a POST request to the
4141
`/dgraph/admin/schema` endpoint for your host.
4242

4343
```sh

graphs/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ sidebarTitle: Overview
1010
shipping weekly.
1111
</Info>
1212

13-
Graphs on Hypermode provides a fully managed [Dgraph](/dgraph) service for
14-
building and deploying knowledge graphs. This service combines the power of
13+
Graphs on Hypermode provides a fully managed [Dgraph](/dgraph/overview) service
14+
for building and deploying knowledge graphs. This service combines the power of
1515
Dgraph's distributed graph database with Hypermode's AI development platform,
1616
offering a seamless experience for developers and organizations of all sizes.
1717

0 commit comments

Comments
 (0)