Skip to content

Commit a4c0d84

Browse files
committed
fix missing refs
1 parent f355390 commit a4c0d84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you need to, you can install more than one option by separating them with com
3939
pip install "idom[fastapi,flask,sanic,starlette,tornado]"
4040
4141
Once this is complete you should be able to :ref:`run IDOM <Running IDOM>` with your
42-
:ref:`chosen server implementation <choosing a server implementation>`.
42+
chosen server implementation.
4343

4444

4545
Installing In Other Frameworks

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ embedding one the examples from this documentation into your own webpage:
196196

197197
As mentioned though, this is connecting to the server that is hosting this
198198
documentation. If you want to connect to a view from your own server, you'll need to
199-
change the URL above to one you provide. One way to do this might be to :ref:`add to an
200-
existing web server`. Another would be to run IDOM in an adjacent web server instance
199+
change the URL above to one you provide. One way to do this might be to add to an
200+
existing application. Another would be to run IDOM in an adjacent web server instance
201201
that you coordinate with something like `NGINX <https://www.nginx.com/>`__. For the sake
202202
of simplicity, we'll assume you do something similar to the following in an existing
203203
Python app:

0 commit comments

Comments
 (0)