From 855def79eae193128b04e2d05b2a9a2123b937c0 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 28 Mar 2024 09:59:44 +0000 Subject: [PATCH] Fixed the link --- content/docs/specifications/table-dialect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/specifications/table-dialect.md b/content/docs/specifications/table-dialect.md index e2e497f4..f182ff0c 100644 --- a/content/docs/specifications/table-dialect.md +++ b/content/docs/specifications/table-dialect.md @@ -28,7 +28,7 @@ Table Dialect defines set of properties that can be used by data producers and d Table Dialect is useful for programmes which might have to deal with multiple dialects of tabular files, but which can rely on being told out-of-band which dialect will be used in a given input stream. This reduces the need for heuristic inference of dialects, and simplifies the implementation of readers, which must juggle dialect inference, schema inference, unseekable input streams, character encoding issues, and the lazy reading of very large input streams. :::note[Backward Compatibility] -Table Dialect is a superset of [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/) specification i.e. any CSV Dialect descriptor can be used inside the [Data Package (v2)](https://specs.frictionlessdata.io/) descriptor. +Table Dialect is a superset of [CSV Dialect](https://specs.frictionlessdata.io/csv-dialect/) specification i.e. any CSV Dialect descriptor can be used inside the [Data Package (v2)](https://datapackage.org) descriptor. ::: ## Descriptor