Skip to content

Commit cc8313a

Browse files
committed
fixed version was 2.2 the correct version number
1 parent 52f0653 commit cc8313a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/chapters/shortest_path.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can specify when to consider the graph as `directed
6161
OR EMPTY SET
6262
6363
Description of the parameters can be found in `pgr_dijkstra
64-
<http://docs.pgrouting.org/2.3/en/src/dijkstra/doc/pgr_dijkstra.html#description-of-the-signatures>`_.
64+
<http://docs.pgrouting.org/2.2/en/src/dijkstra/doc/pgr_dijkstra.html#description-of-the-signatures>`_.
6565

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

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

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

241241
.. _exercise-6:
242242
.. rubric:: Exercise 6 - "Single Pedestrian Routing with Astar."

docs/source/chapters/topology.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This function:
114114
pgr_createTopology('<table>', <tolerance>, '<geometry column>', '<gid>')
115115
116116
For additional information see `pgr_createTopology
117-
<http://docs.pgrouting.org/2.3/en/src/topology/doc/pgr_createTopology.html>`_.
117+
<http://docs.pgrouting.org/2.2/en/src/topology/doc/pgr_createTopology.html>`_.
118118

119119
First add source and target column, then run the ``pgr_createTopology`` function
120120
... and wait.

0 commit comments

Comments
 (0)