Fix broken path in documentation (#5636)

Replaces references to
`include/extractor/guidance/road_classification.hpp` with
`include/extractor/road_classification.hpp`.

The latter is included in the project.
This commit is contained in:
Jeroen Hoek
2020-08-10 17:50:15 +02:00
committed by GitHub
parent 5cac188711
commit cd4e6a1fe3
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ local pprint = require('lib/pprint')
-- globals that are normally set from C++
-- should match values defined in include/extractor/guidance/road_classification.hpp
-- should match values defined in include/extractor/road_classification.hpp
road_priority_class = {
motorway = 0,
trunk = 2,
+1 -1
View File
@@ -15,7 +15,7 @@ local pprint = require('lib/pprint')
-- profiles code modifies this table
properties = {}
-- should match values defined in include/extractor/guidance/road_classification.hpp
-- should match values defined in include/extractor/road_classification.hpp
road_priority_class = {
motorway = 0,
trunk = 2,