Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ https://www.openstreetmap.org

Absolutely, you are very welcome to do that. This is a good place to start:

[Tagging Instructions](https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Tagging-Merchants)
[Tagging Instructions](https://wiki.btcmap.org/Tagging-Merchants)

### BTC Map shows a place which doesn't exist, how can I delete it?

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/org/btcmap/place/PlaceFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class PlaceFragment : Fragment() {
}

val outdatedUri =
"https://gitea.btcmap.org/teambtcmap/btcmap-general/wiki/Verifying-Existing-Merchants".toUri()
"https://wiki.btcmap.org/Verifying-Existing-Merchants".toUri()

if (place.verifiedAt != null) {
val date = DateUtils.getRelativeDateTimeString(
Expand Down