Skip to content

Commit 479ef95

Browse files
authored
[DOCS] Fix GeoIP database rest-api-spec doc URLs (#113082) (#113092)
1 parent e45d880 commit 479ef95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/ingest.delete_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.delete_geoip_database":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-geoip-database-api.html",
55
"description":"Deletes a geoip database configuration"
66
},
77
"stability":"stable",

rest-api-spec/src/main/resources/rest-api-spec/api/ingest.get_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.get_geoip_database":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-geoip-database-api.html",
55
"description":"Returns geoip database configuration."
66
},
77
"stability":"stable",

rest-api-spec/src/main/resources/rest-api-spec/api/ingest.put_geoip_database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ingest.put_geoip_database":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
4+
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/put-geoip-database-api.html",
55
"description":"Puts the configuration for a geoip database to be downloaded"
66
},
77
"stability":"stable",

0 commit comments

Comments
 (0)