Skip to content

Commit d85daf0

Browse files
authored
Fix hard-coded links to master (#265)
1 parent a09b557 commit d85daf0

4 files changed

+35
-35
lines changed

serverless/pages/ingest-your-data-ingest-data-through-integrations-connector-client.asciidoc

+30-30
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@ Connector clients are available for the following third-party data sources:
3232
=====
3333
// TODO: Update links if these references move
3434
35-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-azure-blob.html[Azure Blob Storage]
36-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-box.html[Box]
37-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-confluence.html[Confluence]
38-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-dropbox.html[Dropbox]
39-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-github.html[GitHub]
40-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-gmail.html[Gmail]
41-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-google-cloud.html[Google Cloud Storage]
42-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-google-drive.html[Google Drive]
43-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-graphql.html[GraphQL]
44-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-jira.html[Jira]
45-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-ms-sql.html[MicrosoftSQL]
46-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-mongodb.html[MongoDB]
47-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-mysql.html[MySQL]
48-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-network-drive.html[Network drive]
49-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-notion.html[Notion]
50-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-onedrive.html[OneDrive]
51-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-opentext.html[OpenText Documentum]
52-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-oracle.html[Oracle]
53-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-outlook.html[Outlook]
54-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-postgresql.html[PostgreSQL]
55-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-redis.html[Redis]
56-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-s3.html[S3]
57-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-salesforce.html[Salesforce]
58-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-servicenow.html[ServiceNow]
59-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-sharepoint-online.html[SharePoint Online]
60-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-sharepoint.html[SharePoint Server]
61-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-slack.html[Slack]
62-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-teams.html[Teams]
63-
* https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors-zoom.html[Zoom]
35+
* {ref}/es-connectors-azure-blob.html[Azure Blob Storage]
36+
* {ref}/es-connectors-box.html[Box]
37+
* {ref}/es-connectors-confluence.html[Confluence]
38+
* {ref}/es-connectors-dropbox.html[Dropbox]
39+
* {ref}/es-connectors-github.html[GitHub]
40+
* {ref}/es-connectors-gmail.html[Gmail]
41+
* {ref}/es-connectors-google-cloud.html[Google Cloud Storage]
42+
* {ref}/es-connectors-google-drive.html[Google Drive]
43+
* {ref}/es-connectors-graphql.html[GraphQL]
44+
* {ref}/es-connectors-jira.html[Jira]
45+
* {ref}/es-connectors-ms-sql.html[MicrosoftSQL]
46+
* {ref}/es-connectors-mongodb.html[MongoDB]
47+
* {ref}/es-connectors-mysql.html[MySQL]
48+
* {ref}/es-connectors-network-drive.html[Network drive]
49+
* {ref}/es-connectors-notion.html[Notion]
50+
* {ref}/es-connectors-onedrive.html[OneDrive]
51+
* {ref}/es-connectors-opentext.html[OpenText Documentum]
52+
* {ref}/es-connectors-oracle.html[Oracle]
53+
* {ref}/es-connectors-outlook.html[Outlook]
54+
* {ref}/es-connectors-postgresql.html[PostgreSQL]
55+
* {ref}/es-connectors-redis.html[Redis]
56+
* {ref}/es-connectors-s3.html[S3]
57+
* {ref}/es-connectors-salesforce.html[Salesforce]
58+
* {ref}/es-connectors-servicenow.html[ServiceNow]
59+
* {ref}/es-connectors-sharepoint-online.html[SharePoint Online]
60+
* {ref}/es-connectors-sharepoint.html[SharePoint Server]
61+
* {ref}/es-connectors-slack.html[Slack]
62+
* {ref}/es-connectors-teams.html[Teams]
63+
* {ref}/es-connectors-zoom.html[Zoom]
6464
=====
6565

6666
[discrete]
@@ -304,7 +304,7 @@ Learn https://github.com/elastic/connectors/blob/main/docs/DEVELOPING.md#syncing
304304
[[elasticsearch-ingest-data-through-integrations-connector-client-learn-more]]
305305
== Learn more
306306

307-
* Read the main https://www.elastic.co/guide/en/elasticsearch/reference/master/es-connectors.html[Elastic connectors documentation]
307+
* Read the main {ref}/es-connectors.html[Elastic connectors documentation]
308308
* The https://github.com/elastic/connectors/tree/main#connector-framework[Elastic connector framework] enables you to:
309309
+
310310
** Customize existing connector clients.

serverless/pages/ml-nlp-auto-scale.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ If you set the minimum number of allocations to 1, you will be charged even if t
4040

4141
You can enable adaptive allocations by using:
4242

43-
* the create inference endpoint API for https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-service-elser.html[ELSER], https://www.elastic.co/guide/en/elasticsearch/reference/master/infer-service-elasticsearch.html[E5 and models uploaded through Eland] that are used as inference services.
44-
* the https://www.elastic.co/guide/en/elasticsearch/reference/master/start-trained-model-deployment.html[start trained model deployment] or https://www.elastic.co/guide/en/elasticsearch/reference/master/update-trained-model-deployment.html[update trained model deployment] APIs for trained models that are deployed on machine learning nodes.
43+
* the create inference endpoint API for {ref}/infer-service-elser.html[ELSER], {ref}/infer-service-elasticsearch.html[E5 and models uploaded through Eland] that are used as inference services.
44+
* the {ref}/start-trained-model-deployment.html[start trained model deployment] or {ref}/update-trained-model-deployment.html[update trained model deployment] APIs for trained models that are deployed on machine learning nodes.
4545

4646
If the new allocations fit on the current machine learning nodes, they are immediately started.
4747
If more resource capacity is needed for creating new model allocations, then your machine learning node will be scaled up if machine learning autoscaling is enabled to provide enough resources for the new allocation.
4848
The number of model allocations can be scaled down to 0.
4949
They cannot be scaled up to more than 32 allocations, unless you explicitly set the maximum number of allocations to more.
50-
Adaptive allocations must be set up independently for each deployment and https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html[inference endpoint].
50+
Adaptive allocations must be set up independently for each deployment and {ref}/put-inference-api.html[inference endpoint].
5151

5252
When you create inference endpoints on Serverless using Kibana, adaptive allocations are automatically turned on, and there is no option to disable them.
5353

serverless/pages/search-playground.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Find Playground in the {es-serverless} UI under **{es} > Build > Playground**.
1111

1212
[NOTE]
1313
====
14-
ℹ️ The Playground documentation currently lives in the https://www.elastic.co/guide/en/kibana/master/playground.html[{kib} docs].
14+
ℹ️ The Playground documentation currently lives in the {kibana-ref}/playground.html[{kib} docs].
1515
====

serverless/pages/what-is-elasticsearch-serverless.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ a| [.card-title]#<<elasticsearch-ingest-your-data,*Ingest data →*>># +
3939
Learn how to get your data into {es} and start building your search application.
4040

4141
| 🛝
42-
a| [.card-title]#https://www.elastic.co/guide/en/kibana/master/playground.html[*Try Playground →*]# +
42+
a| [.card-title]#{kibana-ref}/playground.html[*Try Playground →*]# +
4343
After you've added some data, use Playground to test out queries and combine {es} with the power of Generative AI in your applications.
4444
|===
4545

0 commit comments

Comments
 (0)