Skip to content

Commit 66b39d3

Browse files
committed
minor inlin1e code updates
1 parent aa97879 commit 66b39d3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

assets/jsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"*",
7-
"../node_modules/*"
6+
"*"
87
]
98
}
109
}

content/shared/v3-core-plugins/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ External tools—such as Grafana, custom dashboards, or REST clients—must conn
596596
#### Examples:
597597

598598
- **Grafana**: When adding InfluxDB 3 as a Grafana data source, use a querier node URL, such as:
599-
https://querier.example.com:8086
600-
- **REST clients**: Applications using POST /api/v3/query/sql or similar endpoints must target a querier node.
599+
`https://querier.example.com:8086`
600+
- **REST clients**: Applications using `POST /api/v3/query/sql` or similar endpoints must target a querier node.
601601

602602
{{% /show-in %}}

cypress/downloads/downloads.html

1.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)