Skip to content

Commit 26530bf

Browse files
committed
Fix the url to avoid redirect
Signed-off-by: Heemin Kim <heemin@amazon.com>
1 parent bbac6cb commit 26530bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/ip2geo/server/country/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/opensearch-project/geospatial/raw/main/src/test/resources/ip2geo/server/country/country.zip",
2+
"url": "https://raw.githubusercontent.com/opensearch-project/geospatial/main/src/test/resources/ip2geo/server/country/country.zip",
33
"db_name": "data.csv",
44
"sha256_hash": "oDPgEv+4+kNov7bdQQiLrhr8jQeEPdLnuJ11Hz5npvk=",
55
"valid_for_in_days": 30,

0 commit comments

Comments
 (0)