Skip to content

Commit d05d6c6

Browse files
committed
Fixed scaladoc link to RasterFunctions
1 parent 771e8fa commit d05d6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/tut/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Reference
22

3-
For the most up to date list of UDFs, look at API documentation for @scaladoc[`ColumnFunctions`][ColumnFunctions]. These UDFs are also registered with the SQL engine under the same name but with a `rf_` prefix (e.g. `dataCells` becomes `rf_dataCells`).
3+
For the most up to date list of UDFs, look at API documentation for @scaladoc[`RasterFunctions`][RasterFunctions]. These UDFs are also registered with the SQL engine under the same name but with a `rf_` prefix (e.g. `dataCells` becomes `rf_dataCells`).
44

55
The full API documentation can be found [here][scaladoc].
66

7-
[ColumnFunctions]: astraea.spark.rasterframes.ColumnFunctions
7+
[RasterFunctions]: astraea.spark.rasterframes.RasterFunctions
88
[scaladoc]: latest/api/index.html

0 commit comments

Comments
 (0)