Skip to content

Commit

Permalink
Updates docs.elastic.co links to elastic.co/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Jun 26, 2024
1 parent 2390940 commit adc6ab5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This repo contains most of our Elastic Serverless documentation, including:

- [Overview content](https://docs.elastic.co/serverless)
- [Elasticsearch](https://docs.elastic.co/serverless/elasticsearch/what-is-elasticsearch-serverless)
- [Dev tools](https://docs.elastic.co/serverless/devtools/developer-tools)
- [Project and management settings](https://docs.elastic.co/serverless/project-and-management-settings)
- [Overview content](https://www.elastic.co/docs/current/serverless)
- [Elasticsearch](https://www.elastic.co/docs/current/serverless/elasticsearch/what-is-elasticsearch-serverless)
- [Dev tools](https://www.elastic.co/docs/current/serverless/devtools/developer-tools)
- [Project and management settings](https://www.elastic.co/docs/current/serverless/project-and-management-settings)

> Not the docs you're looking for? Try the following:
>
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/apis-http-apis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tags: [ 'serverless', 'elasticsearch', 'http', 'rest', 'overview' ]
{
"title": "API Reference",
"description": "Explore the reference information for Elastic Serverless REST APIs.",
"href": "https://docs.elastic.co/api-reference"
"href": "hhttps://www.elastic.co/docs/api"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/explore-your-data-visualize-your-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["serverless", "elasticsearch", "visualize", "how to"]
The best way to understand your data is to visualize it.

Elastic provides a wide range of pre-built dashboards for visualizing data from a variety of sources.
These dashboards are loaded automatically when you install [Elastic integrations](https://docs.elastic.co/integrations).
These dashboards are loaded automatically when you install [Elastic integrations](https://www.elastic.co/docs/current/integrations).

You can also create new dashboards and visualizations based on your data views to get a full picture of your data.

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Integrations are available for popular services and platforms, like Nginx, AWS,
as well as many generic input types like log files.

Integration documentation is available in the product when you install an integration,
or you can explore our [Elastic integrations documentation](https://docs.elastic.co/integrations).
or you can explore our [Elastic integrations documentation](https://www.elastic.co/docs/current/integrations).
2 changes: 1 addition & 1 deletion serverless/pages/manage-your-project-rest-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [ 'serverless', 'project', 'manage', 'rest', 'api']
You can manage serverless projects using the [Elastic Cloud Serverless REST API](https://www.elastic.co/docs/api/doc/elastic-cloud-serverless). This API allows you to create, update, and delete projects, as well as manage project features and usage.

<DocCallOut color="success" title="Tip">
More APIs let you interact with data, capabilities, and settings inside of specific projects. Refer to the [Serverless API reference page](https://docs.elastic.co/api-reference).
More APIs let you interact with data, capabilities, and settings inside of specific projects. Refer to the [Serverless API reference page](https://www.elastic.co/docs/apie).

</DocCallOut>

Expand Down
6 changes: 3 additions & 3 deletions serverless/pages/sign-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Each deployment includes Elastic features such as Maps, SIEM, machine learning,

Serverless projects package Elastic Stack features by type of solution:

- [Elasticsearch](https://docs.elastic.co/serverless/elasticsearch/what-is-elasticsearch-serverless)
- [Observability](https://docs.elastic.co/serverless/observability/what-is-observability-serverless)
- [Security](https://docs.elastic.co/serverless/security/what-is-security-serverless)
- [Elasticsearch](https://www.elastic.co/docs/current/serverless/elasticsearch/what-is-elasticsearch-serverless)
- [Observability](https://www.elastic.co/docs/current/serverless/observability/what-is-observability-serverless)
- [Security](https://www.elastic.co/docs/current/serverless/security/what-is-security-serverless)

When you create a project, you select the project type applicable to your use case, so only the relevant and impactful applications and features are easily accessible to you.

Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/what-is-serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can run [hosted deployments](https://www.elastic.co/guide/en/cloud/current/e
| **Performance** | Autoscales based on your usage. | Manual scaling. |
| **Solutions** | Single solution per project. | Full Elastic Stack per deployment. |
| **User management** | Elastic Cloud-managed users. | Elastic Cloud-managed users and native Kibana users. |
| **API support** | Subset of [APIs](https://docs.elastic.co/api-reference). | All Elastic APIs. |
| **API support** | Subset of [APIs](https://www.elastic.co/docs/api). | All Elastic APIs. |
| **Backups** | Projects automatically backed up by Elastic. | Your responsibility with Snapshot & Restore. |
| **Data retention** | Editable on data streams. | Index Lifecycle Management. |

Expand Down

0 comments on commit adc6ab5

Please sign in to comment.