Skip to content

Commit

Permalink
Fix broken links in example documentation. (ray-project#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara authored and pcmoritz committed Jul 14, 2017
1 parent e0867c8 commit 4349f1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/example-a3c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ View the `code for this example`_.

.. _`A3C`: https://arxiv.org/abs/1602.01783
.. _`Universe Starter Agent`: https://github.com/openai/universe-starter-agent
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/a3c
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/a3c

To run the application, first install **ray** and then some dependencies:

Expand Down
4 changes: 4 additions & 0 deletions doc/source/example-lbfgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ application, first install these dependencies.
pip install tensorflow
pip install scipy
You can view the `code for this example`_.

.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/lbfgs

Then you can run the example as follows.

.. code-block:: bash
Expand Down

0 comments on commit 4349f1f

Please sign in to comment.