Skip to content

Commit aac0a10

Browse files
authored
Merge pull request #265005 from cmcclister/Broken-link-fix-DaniBunny
Broken Links Fixed
2 parents 8a8b7a1 + 3b74029 commit aac0a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/spark/optimize-write-for-apache-spark.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ CREATE TABLE <table_name> TBLPROPERTIES (delta.autoOptimize.optimizeWrite = true
105105

106106
2. Scala
107107

108-
Using the [DeltaTableBuilder API](https://docs.delta.io/latest/api/scala/io/delta/tables/DeltaTableBuilder.html):
108+
Using the [DeltaTableBuilder API](https://docs.delta.io/latest/delta-apidoc.html):
109109

110110
```scala
111111
val table = DeltaTable.create()
@@ -126,7 +126,7 @@ ALTER TABLE <table_name> SET TBLPROPERTIES (delta.autoOptimize.optimizeWrite = t
126126

127127
2. Scala
128128

129-
Using the [DeltaTableBuilder API](https://docs.delta.io/latest/api/scala/io/delta/tables/DeltaTableBuilder.html)
129+
Using the [DeltaTableBuilder API](https://docs.delta.io/latest/delta-apidoc.html)
130130

131131
```scala
132132
val table = DeltaTable.replace()

0 commit comments

Comments
 (0)