1- .. _ edgedb -java-intro :
1+ .. _ gel -java-intro :
22
3- ==============================
4- Java client library for EdgeDB
5- ==============================
3+ ===========================
4+ Java client library for Gel
5+ ===========================
66
77.. toctree ::
88 :maxdepth: 3
@@ -15,12 +15,12 @@ Java client library for EdgeDB
1515 transactions
1616
1717
18- This is the official EdgeDB Java client, available to other JVM languages as well.
18+ This is the official Gel Java client, available to other JVM languages as well.
1919
2020Quickstart
2121----------
2222
23- To get started, you will need to setup an EdgeDB project and have an instance
23+ To get started, you will need to setup an Gel project and have an instance
2424created. For more information regarding how to do this, we recommend going
2525through the `Quickstart guide <https://www.edgedb.com/docs/intro/quickstart >`_.
2626
@@ -43,7 +43,7 @@ project.
4343 implementation 'com.gel:driver'
4444
4545Once you have the dependency added, you can start using the client. The
46- following is a simple example of how to connect to an EdgeDB instance and
46+ following is a simple example of how to connect to an Gel instance and
4747execute a query:
4848
4949.. tabs ::
@@ -123,7 +123,7 @@ schema type:
123123 }
124124 }
125125
126- Learn more about :ref: `data modeling <edgedb_java_datamodeling >`.
126+ Learn more about :ref: `data modeling <gel_java_datamodeling >`.
127127
128128Logging
129129-------
0 commit comments