Skip to content

Commit a0d12b7

Browse files
authored
Update README.md
1 parent 07656b4 commit a0d12b7

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ calls in a cluster.
2323

2424
Dgraph's goal is to provide Google production-level scale and throughput, with low enough latency to
2525
serve real-time user queries over terabytes of structured data. Dgraph supports
26-
[GraphQL query syntax](https://dgraph.io/docs/main/query-language/), and responds in
26+
[GraphQL query syntax](https://docs.hypermode.com/dgraph/graphql/overview), and responds in
2727
[JSON](http://www.json.org/) and [Protocol Buffers](https://developers.google.com/protocol-buffers/)
2828
over [GRPC](http://www.grpc.io/) and HTTP. Dgraph is written using the Go Programming Language.
2929

@@ -42,7 +42,7 @@ community, it is being used in production at multiple Fortune 500 companies, and
4242
Dgraph officially supports the Linux/amd64 architecture. Support for Linux/arm64 is in development.
4343
In order to take advantage of memory performance gains and other architecture-specific advancements
4444
in Linux, we dropped official support Mac and Windows in 2021, see
45-
[this blog post](https://discuss.dgraph.io/t/dropping-support-for-windows-and-mac/12913) for more
45+
[this blog post](https://discuss.hypermode.com/t/dropping-support-for-windows-and-mac/12913) for more
4646
information. You can still build and use Dgraph on other platforms (for live or bulk loading for
4747
instance), but support for platforms other than Linux/amd64 is not available.
4848

@@ -58,7 +58,7 @@ docker pull dgraph/dgraph:latest
5858
```
5959

6060
For more information on a variety Docker deployment methods including Docker Compose and Kubernetes,
61-
see the [docs](https://dgraph.io/docs/installation/single-host-setup/#docker).
61+
see the [docs](https://docs.hypermode.com/dgraph/self-managed/overview).
6262

6363
## Run a Quick Standalone Cluster
6464

@@ -93,8 +93,7 @@ make install
9393

9494
**To get started with Dgraph, follow:**
9595

96-
- Installation to queries in 3 steps via [dgraph.io/docs/](https://dgraph.io/docs/get-started/).
97-
- A longer interactive tutorial via [dgraph.io/tour/](https://dgraph.io/tour/).
96+
- [Installation to queries in 3 steps](https://docs.hypermode.com/dgraph/quickstart).
9897
- Tutorial and presentation videos on
9998
[YouTube channel](https://www.youtube.com/channel/UCghE41LR8nkKFlR3IFTRO4w/featured).
10099

@@ -127,39 +126,33 @@ operations, which makes it easy to build applications with it.
127126

128127
## Users
129128

130-
- **Dgraph official documentation is present at [dgraph.io/docs/](https://dgraph.io/docs/).**
131-
- For feature requests or questions, visit [https://discuss.dgraph.io](https://discuss.dgraph.io).
132-
- Check out [the demo at dgraph.io](http://dgraph.io) and
133-
[the visualization at play.dgraph.io](http://play.dgraph.io/).
129+
- **Dgraph official documentation is present at [docs.hypermode.com/dgraph](https://docs.hypermode.com/dgraph).**
130+
- For feature requests or questions, visit [https://discuss.hypermode.com](https://discuss.hypermode.com).
134131
- Please see [releases tab](https://github.com/hypermodeinc/dgraph/releases) to find the latest
135132
release and corresponding release notes.
136-
- [See the Roadmap](https://discuss.dgraph.io/t/product-roadmap-2020/8479) for a list of working and
137-
planned features.
138-
- Read about the latest updates from the Dgraph team [on our blog](https://open.dgraph.io/).
133+
- Read about the latest updates from the Dgraph team [on our blog](https://hypermode.com/blog).
139134
- Watch tech talks on our
140135
[YouTube channel](https://www.youtube.com/channel/UCghE41LR8nkKFlR3IFTRO4w/featured).
141136

142137
## Developers
143138

144-
- See a list of issues
145-
[that we need help with](https://github.com/hypermodeinc/dgraph/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
146-
- Please see
139+
Please see
147140
[Contributing to Dgraph](https://github.com/hypermodeinc/dgraph/blob/main/CONTRIBUTING.md) for
148141
guidelines on contributions.
149142

150143
## Client Libraries
151144

152145
The Dgraph team maintains several
153-
[officially supported client libraries](https://dgraph.io/docs/clients/). There are also libraries
146+
[officially supported client libraries](https://docs.hypermode.com/dgraph/sdks/overview). There are also libraries
154147
contributed by the community
155-
[unofficial client libraries](https://dgraph.io/docs/clients#unofficial-dgraph-clients).
148+
[unofficial client libraries](https://docs.hypermode.com/dgraph/sdks/unofficial-clients#unofficial-dgraph-clients).
156149

157150
##
158151

159152
## Contact
160153

161-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for documentation, questions, feature
154+
- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for documentation, questions, feature
162155
requests and discussions.
163-
- Please use [discuss.dgraph.io](https://discuss.dgraph.io/c/issues/dgraph/38) for filing bugs or
156+
- Please use [GitHub Issues](https://github.com/hypermodeinc/dgraph/issues) for filing bugs or
164157
feature requests.
165158
- Follow us on Twitter [@dgraphlabs](https://twitter.com/dgraphlabs).

0 commit comments

Comments
 (0)