Skip to content

Commit ce1fd7a

Browse files
committed
link updates
1 parent 873649c commit ce1fd7a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dgraph/sdks/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are interested in clients for GraphQL endpoint, please refer to
1515
[GraphQL clients](/dgraph/graphql/connecting) section.
1616

1717
Go, python, Java, C# and JavaScript clients are using
18-
**[gRPC](http://www.grpc.io/):** protocol and
18+
**[gRPC](https://grpc.io/):** protocol and
1919
[Protocol Buffers](https://developers.google.com/protocol-buffers) (the .proto
2020
file used by Dgraph is located at
2121
[api.proto](https://github.com/hypermodeinc/dgo/blob/main/protos/api.proto)).

dgraph/self-managed/decrypt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ determine the AES cypher used for encryption and decryption, as follows:
2929
The `decrypt` command also supports the use of
3030
[HashiCorp Vault](https://www.vaultproject.io/) to store secrets, including
3131
support for Vault's
32-
[AppRole authentication](https://www.vaultproject.io/docs/auth/approle.html).
32+
[AppRole authentication](https://developer.hashicorp.com/vault/docs/auth/approle).
3333

3434
## Decryption options
3535

introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ them together as your complete backend.
4747
Hypermode leads and builds on a strong foundation of open source projects:
4848

4949
<CardGroup cols={4}>
50-
<Card title="Modus" icon="" href="/modus">
50+
<Card title="Modus" icon="" href="/modus/overview">
5151
An agent framework in Go with auto-generated AI APIs
5252
</Card>
53-
<Card title="Dgraph" icon="" href="https://dgraph.io">
53+
<Card title="Dgraph" icon="" href="/dgraph/overview">
5454
A graph database most commonly used for building knowledge graphs
5555
</Card>
56-
<Card title="Badger" icon="" href="/badger">
56+
<Card title="Badger" icon="" href="/badger/overview">
5757
An embeddable key-value store in Go
5858
</Card>
5959
<Card

0 commit comments

Comments
 (0)