Skip to content

Commit 822057a

Browse files
committed
fix doc ref
1 parent 0c91127 commit 822057a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/source/guides/getting-started/installing-idom.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Once this is complete you should be able to :ref:`run IDOM <Running IDOM>` with
4242
chosen implementation.
4343

4444

45-
Using Other Backends
46-
--------------------
45+
Other Backends
46+
--------------
4747

4848
While IDOM can run in a variety of contexts, sometimes frameworks require extra work in
4949
order to integrate with them. In these cases, the IDOM team distributes bindings for
@@ -96,8 +96,8 @@ run IDOM in these supported frameworks, follow the links below:
9696
:transparent-text-color:`Plotly Dash`
9797

9898

99-
Installing for Development
100-
--------------------------
99+
For Development
100+
---------------
101101

102102
If you want to contribute to the development of IDOM or modify it, you'll want to
103103
install a development version of IDOM. This involves cloning the repository where IDOM's

docs/source/guides/getting-started/running-idom.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Running IDOM in Production
1313

1414
The first thing you'll need to do if you want to run IDOM in production is choose a
1515
backend implementation and follow its documentation on how to create and run an
16-
application. This is the backend :ref:`you probably chose <Officially Supported
17-
Backends>` when installing IDOM. Then you'll need to configure that application with an
18-
IDOM view. We show the basics of how to set up, and then run, each supported backend
19-
below, but all implementations will follow a pattern similar to the following:
16+
application. This is the backend :ref:`you probably chose <Built-in Backends>` when
17+
installing IDOM. Then you'll need to configure that application with an IDOM view. We
18+
show the basics of how to set up, and then run, each supported backend below, but all
19+
implementations will follow a pattern similar to the following:
2020

2121
.. code-block::
2222

0 commit comments

Comments
 (0)