Skip to content

Commit

Permalink
Convert more client lib links to refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Mar 5, 2024
1 parent 020dce6 commit 169f1bd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/clients/dart/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _edgedb-dart-intro:

====
Dart
====
Expand Down
2 changes: 2 additions & 0 deletions docs/clients/dotnet/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _edgedb-dotnet-intro:

====
.NET
====
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/tutorials/phoenix_github_oauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Phoenix

In this tutorial, we'll look at
how you can create an application with authorization through GitHub using
`Phoenix <https://phoenixframework.org/>`_ and `the official EdgeDB Elixir
driver </libraries/elixir>`.
`Phoenix <https://phoenixframework.org/>`_ and :ref:`the official EdgeDB Elixir
driver <edgedb-elixir-intro>`.

This tutorial is a simplified version of the `LiveBeats
<https://github.com/fly-apps/live_beats>`_ application from
Expand Down
6 changes: 3 additions & 3 deletions docs/intro/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ To execute queries from your application code, use one of EdgeDB's *client
libraries* for the following languages.

- :ref:`JavaScript/TypeScript <edgedb-js-intro>`
- `Go </libraries/go>`__
- :ref:`Go <edgedb-go-intro>`
- :ref:`Python <edgedb-python-intro>`
- :ref:`Rust <ref_rust_index>`
- `C# and F# </libraries/dotnet>`__
- :ref:`C# and F# <edgedb-dotnet-intro>`
- :ref:`Java <edgedb-java-intro>`
- `Dart </libraries/dart>`__
- :ref:`Dart <edgedb-dart-intro>`
- :ref:`Elixir <edgedb-elixir-intro>`

Usage
Expand Down
6 changes: 3 additions & 3 deletions docs/intro/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,12 @@ EdgeDB UI is a useful development tool, but in practice your application will
likely be using one of EdgeDB's *client libraries* to execute queries. EdgeDB
provides official libraries for
:ref:`JavaScript/TypeScript <edgedb-js-intro>`,
`Go </libraries/go>`__,
:ref:`Go <edgedb-go-intro>`,
:ref:`Python <edgedb-python-intro>`,
:ref:`Rust <ref_rust_index>`,
`C# and F# </libraries/dotnet>`__,
:ref:`C# and F# <edgedb-dotnet-intro>`,
:ref:`Java <edgedb-java-intro>`,
`Dart </libraries/dart>`__, and
:ref:`Dart <edgedb-dart-intro>`, and
:ref:`Elixir <edgedb-elixir-intro>`.

Check out the :ref:`Clients
Expand Down

0 comments on commit 169f1bd

Please sign in to comment.