From de2e3384bff72850fe3c21daf8c13be664b165a0 Mon Sep 17 00:00:00 2001 From: "Sa.pe" <74717970+sapetti9@users.noreply.github.com> Date: Fri, 8 Jul 2022 14:28:04 +0200 Subject: [PATCH] Correcting broken link Replacing broken link for Data Package with the correct one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1991a88..f251261 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ file.rows() => stream object for rows * Micro: The whole project is ~400 lines of code * Simple: Oriented for single purpose * Explicit: No hidden behaviours, no extra magic -* Frictionlesss: uses and supports (but does not require) [Frictionless Data][fd] specs such as [Data Package][dp] so you can leverage Frictionless tooling +* Frictionlesss: uses and supports (but does not require) [Frictionless Data][fd] specs such as [Data Package][https://specs.frictionlessdata.io/data-package/] so you can leverage Frictionless tooling * Minimal glue: Use on its own or as a building block for more complex data tooling (thanks to its common minimal metadata) [fd]: https://frictionlessdata.io/