Skip to content

Commit 46c9afd

Browse files
committed
Fix links to Compiler-Plugin.md
1 parent 77f65b1 commit 46c9afd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/StardustDocs/topics/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ They are generated automatically when working with Kotlin DataFrame in:
112112
- [Kotlin Notebook](SetupKotlinNotebook.md), where extension properties are generated
113113
after each cell execution.
114114
- A Kotlin project in [IntelliJ IDEA](https://www.jetbrains.com/idea/) with the
115-
[](Compiler-Plugin.md) enabled, where the properties are generated at compile time.
115+
[compiler plugin](Compiler-Plugin.md) enabled, where the properties are generated at compile time.
116116

117117
## I used the KProperties API in older versions, what should I use now that it's deprecated?
118118

docs/StardustDocs/topics/schemas/Migration-From-Plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ However, they are now being phased out. This section provides an overview of the
55

66
## Gradle Plugin
77

8-
> Do not confuse this with the [](Compiler-Plugin.md), which is a Kotlin compiler plugin
8+
> Do not confuse this with the [compiler plugin](Compiler-Plugin.md), which is a Kotlin compiler plugin
99
> and has a different plugin ID.
1010
> {style="note"}
1111
@@ -16,7 +16,7 @@ However, they are now being phased out. This section provides an overview of the
1616
the [`generate..()` methods](DataSchemaGenerationMethods.md).
1717

1818
2. **Generation of [extension properties](extensionPropertiesApi.md)** from data schemas
19-
This is now handled by the [](Compiler-Plugin.md), which:
19+
This is now handled by the [compiler plugin](Compiler-Plugin.md), which:
2020
- Generates extension properties for declared data schemas.
2121
- Automatically updates the schema and regenerates properties after structural DataFrame operations.
2222

0 commit comments

Comments
 (0)