Skip to content

Commit 4120211

Browse files
chore: update docs references (#9617)
**Description** Docs and splash page updates **Checklist** - [x] The PR title follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc.
1 parent 14805d9 commit 4120211

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
[![GitHub Repo stars](https://img.shields.io/github/stars/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/stargazers)
1414
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/commits/main/)
1515
[![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph)
16+
[![Docker Pulls](https://img.shields.io/docker/pulls/dgraph/dgraph)](https://hub.docker.com/r/dgraph/dgraph)
1617

1718
Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides
1819
ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to
@@ -29,9 +30,7 @@ and [Protocol Buffers](https://developers.google.com/protocol-buffers/) over
2930
## Status
3031

3132
Dgraph is at [version v25][rel] and is production-ready. Apart from the vast open source community,
32-
it is being used in production at multiple Fortune 500 companies, and by
33-
[Intuit Katlas](https://github.com/intuit/katlas) and
34-
[VMware Purser](https://github.com/vmware/purser).
33+
it is being used in production at multiple Fortune 500 companies.
3534

3635
[rel]: https://github.com/dgraph-io/dgraph/releases/tag/v25.0.0
3736

@@ -84,6 +83,7 @@ the GOPATH environment variable is not set.
8483
```bash
8584
git clone https://github.com/dgraph-io/dgraph.git
8685
cd dgraph
86+
make setup
8787
make install
8888
```
8989

x/init.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jemalloc enabled : %v
5353
GOMAXPROCS : %v
5454
Num CPUs : %v
5555
56-
For Dgraph official documentation, visit https://dgraph.io/docs.
57-
For discussions about Dgraph , visit https://discuss.dgraph.io.
56+
For Dgraph official documentation, visit https://docs.dgraph.io
57+
For discussions about Dgraph , visit https://github.com/orgs/dgraph-io/discussions
5858
5959
%s.
6060
© Istari Digital, Inc.

0 commit comments

Comments
 (0)