Skip to content

Commit

Permalink
[DOCS] Fix GeoIP database rest-api-spec doc URLs (#113082) (#113092)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Sep 18, 2024
1 parent e45d880 commit 479ef95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.delete_geoip_database":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-geoip-database-api.html",
"description":"Deletes a geoip database configuration"
},
"stability":"stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.get_geoip_database":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-geoip-database-api.html",
"description":"Returns geoip database configuration."
},
"stability":"stable",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ingest.put_geoip_database":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/TODO.html",
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/put-geoip-database-api.html",
"description":"Puts the configuration for a geoip database to be downloaded"
},
"stability":"stable",
Expand Down

0 comments on commit 479ef95

Please sign in to comment.