Skip to content

Commit 5aec6ab

Browse files
chore: update README and legal headers (#282)
Update README and legal headers
1 parent 1ce3fe0 commit 5aec6ab

28 files changed

+31
-32
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Dgraph Community Support
4-
url: https://discord.hypermode.com
4+
url: https://github.com/orgs/dgraph-io/discussions
55
about: Please ask and answer questions here

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please explain the changes you made here.
99
this PR
1010
- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable
1111
- [ ] For public APIs, new features, etc., PR on
12-
[docs repo](https://github.com/hypermodeinc/docs) staged and linked here
12+
[docs repo](https://github.com/dgraph-io/dgraph-docs) staged and linked here
1313

1414
**Instructions**
1515

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>hypermodeinc/renovate-config"],
3+
"extends": ["local>dgraph-io/renovate-config"],
44
"rangeStrategy": "widen"
55
}

.github/workflows/ci-dgo-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
uses: actions/checkout@v5
2525
with:
2626
path: dgraph
27-
repository: hypermodeinc/dgraph
27+
repository: dgraph-io/dgraph
2828
ref: main
2929
- name: Checkout Dgo repo
3030
uses: actions/checkout@v5
3131
with:
3232
path: dgo
33-
repository: hypermodeinc/dgo
33+
repository: dgraph-io/dgo
3434
- name: Set up Go
3535
uses: actions/setup-go@v6
3636
with:

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ permissions:
1111
jobs:
1212
trunk-code-quality:
1313
name: Trunk Code Quality
14-
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
14+
uses: dgraph-io/.github/.github/workflows/trunk.yml@main

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ an appointed representative at an online or offline event.
5151
## Enforcement
5252

5353
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community
54-
leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and
55-
investigated promptly and fairly.
54+
leaders responsible for enforcement at dgraph-admin@istaridigital.com. All complaints will be
55+
reviewed and investigated promptly and fairly.
5656

5757
All community leaders are obligated to respect the privacy and security of the reporter of any
5858
incident.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Before using this client, we highly recommend that you go through [dgraph.io/tou
88
[dgraph.io/docs]: https://dgraph.io/docs
99
[dgraph.io/tour]: https://dgraph.io/tour
1010

11-
**Use [Github Issues](https://github.com/hypermodeinc/dgo/issues) for reporting issues about this
11+
**Use [Github Issues](https://github.com/dgraph-io/dgo/issues) for reporting issues about this
1212
repository.**
1313

1414
## Table of contents
@@ -82,7 +82,7 @@ Some example connection strings:
8282
| dgraph://localhost:9080 | Connect to localhost, no ACL, no TLS |
8383
| dgraph://sally:supersecret@dg.example.com:443?sslmode=verify-ca | Connect to remote server, use ACL and require TLS and a valid certificate from a CA |
8484
| dgraph://foo-bar.grpc.us-west-2.aws.cloud.dgraph.io:443?sslmode=verify-ca&apikey=\<your-api-connection-key\> | Connect to a Dgraph Cloud cluster |
85-
| dgraph://foo-bar.grpc.hypermode.com?sslmode=verify-ca&bearertoken=\<some access token\> | Connect to a Dgraph cluster protected by a secure gateway |
85+
| dgraph://foo-bar.grpc.example.com?sslmode=verify-ca&bearertoken=\<some access token\> | Connect to a Dgraph cluster protected by a secure gateway |
8686

8787
Using the `Open` function with a connection string:
8888

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
path is `"github.com/dgraph-io/dgo/v200"`. When we release v201.07.0, we would replace the import
2525
paths to `"github.com/dgraph-io/dgo/v201"`.
2626

27-
3. Update [Supported Version](https://github.com/hypermodeinc/dgo/#supported-versions).
27+
3. Update [Supported Version](https://github.com/dgraph-io/dgo/#supported-versions).
2828

2929
4. Commit all the changes and get them merged to master branch.
3030

acl_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
2+
* SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

alter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* SPDX-FileCopyrightText: © Hypermode Inc. <[email protected]>
2+
* SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc.
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

0 commit comments

Comments
 (0)