From f0822b0b558b077a5407746bd4a2c2af6cab960a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 4 Mar 2020 02:34:52 +0100 Subject: [PATCH] docs: Fix broken link (404) to importing_data. --- docs-src/dist/userguide/tables.md | 2 +- docs-src/main/userguide/tables.md | 2 +- docs/userguide/tables.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-src/dist/userguide/tables.md b/docs-src/dist/userguide/tables.md index 3b849ad3c..1b6138171 100644 --- a/docs-src/dist/userguide/tables.md +++ b/docs-src/dist/userguide/tables.md @@ -36,7 +36,7 @@ You can load a table from a CSV file by providing the file name. Table t = Table.read().csv("myFile.csv"); -This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jTablesaw.github.io/Tablesaw/userguide/importing_data) for other options and more detail. +This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jtablesaw.github.io/tablesaw/userguide/importing_data) for other options and more detail. ## Displaying data diff --git a/docs-src/main/userguide/tables.md b/docs-src/main/userguide/tables.md index 0b5aba69d..1f7db632f 100644 --- a/docs-src/main/userguide/tables.md +++ b/docs-src/main/userguide/tables.md @@ -36,7 +36,7 @@ You can load a table from a CSV file by providing the file name. Table t = Table.read().csv("myFile.csv"); -This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jTablesaw.github.io/Tablesaw/userguide/importing_data) for other options and more detail. +This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jtablesaw.github.io/tablesaw/userguide/importing_data) for other options and more detail. ## Displaying data diff --git a/docs/userguide/tables.md b/docs/userguide/tables.md index 3b849ad3c..1b6138171 100644 --- a/docs/userguide/tables.md +++ b/docs/userguide/tables.md @@ -36,7 +36,7 @@ You can load a table from a CSV file by providing the file name. Table t = Table.read().csv("myFile.csv"); -This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jTablesaw.github.io/Tablesaw/userguide/importing_data) for other options and more detail. +This simple method supplies default values for a number of parameters like the type of the separator character (a comma). It also attempts to infer the types for each column. If the inferred types are incorrect, you can specify the types at import time. See [Importing data](https://jtablesaw.github.io/tablesaw/userguide/importing_data) for other options and more detail. ## Displaying data