Skip to content

Commit 19c2186

Browse files
authored
link fixes (#401)
1 parent 5a1c92e commit 19c2186

File tree

6 files changed

+19
-20
lines changed

6 files changed

+19
-20
lines changed

docs/alerts/monitors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Notifications are optional and available as an **alert** and **recovery** for ea
7171
## Tools
7272

7373
* [Monitor resource in Terraform](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/monitor) 
74-
* [Monitor management API](/sumoapi)
74+
* [Monitor management API](/docs/api/monitors)
7575

7676
## Monitors page
7777

docs/dashboards-new/explore-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ https://<endpoint>/ui/#/explore/[@<start>,<end>]@<entityKey>=<entityValue>[@<ent
125125
```
126126

127127
Required:
128-
* `<endpoint>` is your Sumo Logic service endpoint. See [Sumo Logic Endpoints and Firewall Security](/sumoapi) for the endpoint URLs.
128+
* `<endpoint>` is your Sumo Logic service endpoint. See [Sumo Logic Endpoints and Firewall Security](/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security) for the endpoint URLs.
129129
* `<entityKey>` is the type of entity you want to explore, such as cluster, deployment, service, node, account, region, namespace, or pod.
130130
* `<entityValue>` is the value of the entity to explore.
131131

@@ -148,7 +148,7 @@ Dashboard:
148148

149149
Let’s create a URL to open Explore on the `primary-eks `cluster, `kube-system` namespace, and `metrics-server` service.
150150

151-
The custom URL that launches this log query in the Sumo Logic Search page would be similar to the following. The exact URL would depend on your Sumo Logic account endpoint, as listed in [Sumo Logic Endpoints and Firewall Security](/sumoapi).
151+
The custom URL that launches this log query in the Sumo Logic Search page would be similar to the following. The exact URL would depend on your Sumo Logic account endpoint, as listed in [Sumo Logic Endpoints and Firewall Security](/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security).
152152
```bash
153153
https://service.us2.sumologic.com/ui/#/explore/@cluster=primary-eks@namespace=kube-system@service=metrics-server
154154
```

docs/integrations/containers-orchestration/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ connection_notifications_critical = [
159159
]
160160
```
161161

162-
Replace `<CONNECTION_ID>` with the connection id of the webhook connection. The webhook connection id can be retrieved by calling the [Monitors API](/sumoapi).
162+
Replace `<CONNECTION_ID>` with the connection id of the webhook connection. The webhook connection id can be retrieved by calling the [Monitors API](/docs/api/monitors).
163163

164164
For overriding payload for different connection types, refer to [this document](/docs/manage/connections-integrations/webhook-connections/set-up-webhook-connections.md).
165165

docs/releasenotes/collector.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can upgrade [Installed Collectors](/docs/send-data/installed-collectors) in
1414
* [Collector Management API](/docs/api/collectors#Upgrade-or-Downgrade-Collectors-Using-the-API)
1515

1616
:::note
17-
Our [static URLs](/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url.md) are available to download the most recent Collector version.
17+
Our [static URLs](/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url) are available to download the most recent Collector version.
1818
:::
1919

2020
---
@@ -68,4 +68,3 @@ Bundled JRE version upgraded to 8.322.06.2.
6868
* Bug fix: Log4j vulnerability in RPM and Debian packages.
6969
* Bug fix: Windows Active Directory Source has more default attributes.
7070
* Bug fix: Security fix for Script Source.
71-

docusaurus.config.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ module.exports = {
100100
},
101101
}),
102102
],
103-
[
104-
'redocusaurus',
105-
{
106-
specs: [
107-
{
108-
id: 'sumoapi',
109-
//specUrl: 'https://api.sumologic.com/docs/sumologic-api.yaml',
110-
spec: 'sumologic-api.yaml',
111-
route: '/sumoapi/',
112-
},
113-
],
114-
},
115-
],
103+
// [
104+
// 'redocusaurus',
105+
// {
106+
// specs: [
107+
// {
108+
// id: 'sumoapi',
109+
// //specUrl: 'https://api.sumologic.com/docs/sumologic-api.yaml',
110+
// spec: 'sumologic-api.yaml',
111+
// route: '/sumoapi/',
112+
// },
113+
// ],
114+
// },
115+
// ],
116116
],
117117
plugins: [
118118
'docusaurus-plugin-sass',

sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,10 +2085,10 @@ module.exports = {
20852085
collapsed: false,
20862086
link: {type: 'doc', id: 'releasenotes/index'},
20872087
items: [
2088+
'releasenotes/service',
20882089
'releasenotes/cloud-siem',
20892090
'releasenotes/collector',
20902091
'releasenotes/developer',
2091-
'releasenotes/service',
20922092
{
20932093
type: 'category',
20942094
label: 'Archive',

0 commit comments

Comments
 (0)