Skip to content

Commit 762392b

Browse files
authored
Update INEGI Url
1 parent 7637d6d commit 762392b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/SDMXServiceProvider-methods.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ setSDMXServiceProviders <- function(){ # nocov start
294294
agencyId = "INEGI", name = "Instituto Nacional de Estad\u00edstica y Geograf\u00eda (M\u00e9jico)",
295295
scale = "national", country = "MEX",
296296
builder = SDMXREST21RequestBuilder(
297-
regUrl = "http://sdmx.snieg.mx/service/Rest",
298-
repoUrl = "http://sdmx.snieg.mx/service/Rest",
297+
regUrl = "https://sdmx.snieg.mx/ServiceV6/rest",
298+
repoUrl = "https://sdmx.snieg.mx/ServiceV6/rest",
299299
compliant = FALSE
300300
)
301301
)

0 commit comments

Comments
 (0)