Skip to content

Commit 13b9095

Browse files
committed
Updated links for CSV output options.
1 parent 12eb3d9 commit 13b9095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ declare module "data-forge/build/lib/dataframe" {
229229
* Treat the dataframe as CSV data for purposes of serialization.
230230
* This is the first step you need in serializing a dataframe to a CSV data file.
231231
*
232-
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
233-
*
232+
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#unparse-config-default).
233+
*
234234
* @return Returns a {@link ICsvSerializer} that represents the dataframe for serialization in the CSV format. Call `writeFile` or `writeFileSync` to output the CSV data to a text file.
235235
*
236236
* @example
@@ -293,7 +293,7 @@ declare module "data-forge/build/lib/dataframe" {
293293
* Treat the dataframe as CSV data for purposes of serialization.
294294
* This is the first step you need in serializing a dataframe to a CSV data file.
295295
*
296-
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
296+
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#unparse-config-default).
297297
*
298298
* @return Returns a {@link ICsvSerializer} that represents the dataframe for serialization in the CSV format. Call `writeFile` or `writeFileSync` to output the CSV data to a text file.
299299
*
@@ -344,7 +344,7 @@ declare module "data-forge/build/lib/dataframe" {
344344
* Treat the dataframe as CSV data for purposes of serialization.
345345
* This is the first step you need in serializing a dataframe to a CSV data file.
346346
*
347-
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#config).
347+
* @param options Options for CSV output. The options object is passed directly to [PapaParse.unparse](https://www.papaparse.com/docs#unparse), please see [PapaParse docs for additional options](https://www.papaparse.com/docs#unparse-config-default).
348348
*
349349
* @return Returns a {@link ICsvSerializer} that represents the dataframe for serialization in the CSV format. Call `writeFile` or `writeFileSync` to output the CSV data to a text file.
350350
*

0 commit comments

Comments
 (0)