Skip to content

Commit fc20aba

Browse files
Fixing issues with Wiki page
1 parent 6a3fcb7 commit fc20aba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.

docs/wiki/Home.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Dynatrace logo](../../src/main/resources/icons/dynatrace.png) Dynatrace DSL for JetBrains IDE
1+
# ![Dynatrace logo](images/dynatrace.png) Dynatrace DSL for JetBrains IDE
22

33
This plugin adds support for Dynatrace domain-specific languages:
44
[Dynatrace Query Language (DQL)](https://docs.dynatrace.com/docs/discover-dynatrace/references/dynatrace-query-language)
@@ -21,16 +21,16 @@ It does not work with other IDEs like Visual Studio Code, as it heavily uses Jet
2121
## Getting started
2222

2323
You can find the information about installation and plugin configuration inside the
24-
dedicated [installation guide](installation.md).
24+
dedicated [installation guide](Installation-and-configuration.md).
2525

2626
## Usage
2727

2828
Because the supported features differ between supported languages, you can find the usage details in dedicated
2929
subpages:
3030

31-
- [Dynatrace Query Language (DQL)](dql.md)
32-
- [Dynatrace Pattern Language (DPL)](dpl.md)
33-
- [Expressions DQL (EDQL)](edql.md) - smaller subset of DQL files, allowing to specify only expressions without the DQL
31+
- [Dynatrace Query Language (DQL)](DQL.md)
32+
- [Dynatrace Pattern Language (DPL)](DPL.md)
33+
- [Expressions DQL (EDQL)](eDQL.md) - smaller subset of DQL files, allowing to specify only expressions without the DQL
3434
command context
3535

3636
## Frequently Asked Questions (FAQ)
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tenant is configured.
1111

1212
## Features
1313

14-
The `.edql` files inherit features from the [Dynatrace Query Language (`.dql`)](dql.md) files. Inspections related to
14+
The `.edql` files inherit features from the [Dynatrace Query Language (`.dql`)](DQL.md) files. Inspections related to
1515
the expression context (like assignment support) are disabled for such files.
1616

1717
## Example `.edql` file

docs/wiki/images/dynatrace.png

1.17 KB
Loading

0 commit comments

Comments
 (0)