Skip to content

Commit 35e7357

Browse files
committed
resolve conflicting files
1 parent bac46b7 commit 35e7357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Current vehicle position from gpsd or directly from NMEA (GPS) sensors. \
1818
Optimal routes and directions spoken in 70+ languages. \
1919
Points of interest (POIs) in many formats.
2020

21-
Help and more info available on [the wiki](https://wiki.navit-project.org/index.php/Main_Page). \
21+
Help and more info available on [the wiki](https://navit.readthedocs.io/en/v0.5.6/). \
2222
The [Reporting Bugs](http://wiki.navit-project.org/index.php/Reporting_Bugs) document helps you file issues.
2323

2424
Maps

scripts/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pushd $BUILD_PATH
1313
echo "Building..."
1414
cmake ${cmake_opts} ../
1515
make -j $(nproc --all)
16-
#make package
16+
make package
1717

1818
if [[ "$CIRCLE_ARTIFACTS" != "" ]]; then
1919
echo "Copying icons to artifacts..."

0 commit comments

Comments
 (0)