Change link to the latest blog post about release 3.9

This commit is contained in:
Dmitry 2020-12-11 14:17:14 +02:00
parent 86813a4d45
commit addb3a003c
2 changed files with 2 additions and 2 deletions

View file

@ -294,7 +294,7 @@ task collectHelpContentsAssets(type: Copy) {
include "*.html"
}
from("../../help/website/blog_articles") {
include "osmand-3-8-released.html"
include "osmand-3-9-released.html"
}
into "assets/feature_articles"
}

View file

@ -173,7 +173,7 @@ public class HelpActivity extends OsmandActionBarActivity implements AdapterView
contextMenuAdapter.addItem(createItem(R.string.versions_item, NULL_ID,
"feature_articles/changes.html"));
contextMenuAdapter.addItem(createItem(R.string.what_is_new, NULL_ID,
"feature_articles/osmand-3-8-released.html"));
"feature_articles/osmand-3-9-released.html"));
String releasedate = "";
if (!this.getString(R.string.app_edition).isEmpty()) {