diff --git a/app/Nova/City.php b/app/Nova/City.php
index 9ec1b678..6698eab8 100644
--- a/app/Nova/City.php
+++ b/app/Nova/City.php
@@ -53,12 +53,12 @@ class City extends Resource
Number::make('Latitude')
->rules('required', 'numeric')
->step(0.000001)
- ->help('https://latitude.to/lat/47.72671/lng/10.31688'),
+ ->help('https://www.latlong.net/'),
Number::make('Longitude')
->rules('required', 'numeric')
->step(0.000001)
- ->help('https://latitude.to/lat/47.72671/lng/10.31688'),
+ ->help('https://www.latlong.net/'),
BelongsTo::make('Country'),