Skip to content

Commit c36f585

Browse files
ezimueljdconrad
authored andcommitted
Fix URL documentation in API specs (#44487)
1 parent 49825cf commit c36f585

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/bulk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bulk": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html",
44
"stability": "stable",
55
"methods": ["POST", "PUT"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.aliases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.aliases": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.allocation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.allocation": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.count.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.count": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.fielddata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.fielddata": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.health": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.help.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.help": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.indices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.indices": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.master.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.master": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

rest-api-spec/src/main/resources/rest-api-spec/api/cat.nodeattrs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"cat.nodeattrs": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
3+
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html",
44
"stability": "stable",
55
"methods": ["GET"],
66
"url": {

0 commit comments

Comments
 (0)