Skip to content

Commit

Permalink
Merge pull request #1072 from PhenoApps/update-docs
Browse files Browse the repository at this point in the history
Update docs link
  • Loading branch information
trife authored Nov 6, 2024
2 parents 24d942e + 55f079c commit 5fe27f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public MaterialAboutList getMaterialAboutList(@NonNull Context c) {
getResources().getDrawable(R.drawable.book_open_variant),
getString(R.string.about_manual_title),
false,
Uri.parse("https://docs.fieldbook.phenoapps.org/en/latest/field-book.html")));
Uri.parse("https://fieldbook.phenoapps.org/")));

appCardBuilder.addItem(new MaterialAboutActionItem.Builder()
.text(R.string.citation_card_title)
Expand Down

0 comments on commit 5fe27f6

Please sign in to comment.