Skip to content

Commit

Permalink
fixed version was 2.2 the correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Jun 29, 2017
1 parent 52f0653 commit cc8313a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/chapters/shortest_path.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You can specify when to consider the graph as `directed
OR EMPTY SET
Description of the parameters can be found in `pgr_dijkstra
<http://docs.pgrouting.org/2.3/en/src/dijkstra/doc/pgr_dijkstra.html#description-of-the-signatures>`_.
<http://docs.pgrouting.org/2.2/en/src/dijkstra/doc/pgr_dijkstra.html#description-of-the-signatures>`_.

.. note::
* Many pgRouting functions have ``sql::text`` as one of their arguments. While
Expand Down Expand Up @@ -200,7 +200,7 @@ compact result.
OR EMPTY SET
Description of the parameters can be found in `pgr_dijkstraCost
<http://docs.pgrouting.org/2.3/en/src/dijkstra/doc/pgr_dijkstraCost.html#description-of-the-signatures>`_
<http://docs.pgrouting.org/2.2/en/src/dijkstra/doc/pgr_dijkstraCost.html#description-of-the-signatures>`_

.. _exercise-5:
.. rubric:: Exercise 5 - "Many Pedestrians going to different destinations returning aggregate costs."
Expand Down Expand Up @@ -236,7 +236,7 @@ search.
Returns a set of ``pgr_costResult`` (seq, id1, id2, cost) rows, that make up a path.

Description of the parameters can be found in `pgr_astar
<http://docs.pgrouting.org/2.3/en/src/astar/doc/pgr_astar.html#description>`_.
<http://docs.pgrouting.org/2.2/en/src/astar/doc/pgr_astar.html#description>`_.

.. _exercise-6:
.. rubric:: Exercise 6 - "Single Pedestrian Routing with Astar."
Expand Down
2 changes: 1 addition & 1 deletion docs/source/chapters/topology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This function:
pgr_createTopology('<table>', <tolerance>, '<geometry column>', '<gid>')
For additional information see `pgr_createTopology
<http://docs.pgrouting.org/2.3/en/src/topology/doc/pgr_createTopology.html>`_.
<http://docs.pgrouting.org/2.2/en/src/topology/doc/pgr_createTopology.html>`_.

First add source and target column, then run the ``pgr_createTopology`` function
... and wait.
Expand Down

0 comments on commit cc8313a

Please sign in to comment.