Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links in README.md for packages #941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/fast-csv/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://c2fo.io/fast-csv" target="blank"><img src="https://c2fo.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
<a href="https://c2fo.github.io/fast-csv" target="blank"><img src="https://c2fo.github.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
</p>

[![npm version](https://img.shields.io/npm/v/fast-csv.svg)](https://www.npmjs.org/package/fast-csv)
Expand All @@ -9,12 +9,12 @@

# `fast-csv`

Package that combines both [`@fast-csv/format`](https://c2fo.io/fast-csv/docs/formatting/getting-started) and [`@fast-csv/parse`](https://c2fo.io/fast-csv/docs/parsing/getting-started) into a single package.
Package that combines both [`@fast-csv/format`](https://c2fo.github.io/fast-csv/docs/formatting/getting-started) and [`@fast-csv/parse`](https://c2fo.github.io/fast-csv/docs/parsing/getting-started) into a single package.

## Installation

[Install Guide](https://c2fo.io/fast-csv/docs/introduction/install)
[Install Guide](https://c2fo.github.io/fast-csv/docs/introduction/install)

## Usage

To get started with `fast-csv` [check out the docs](https://c2fo.io/fast-csv/docs/introduction/getting-started)
To get started with `fast-csv` [check out the docs](https://c2fo.github.io/fast-csv/docs/introduction/getting-started)
6 changes: 3 additions & 3 deletions packages/format/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://c2fo.io/fast-csv" target="blank"><img src="https://c2fo.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
<a href="https://c2fo.github.io/fast-csv" target="blank"><img src="https://c2fo.github.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
</p>

[![npm version](https://img.shields.io/npm/v/@fast-csv/format.svg)](https://www.npmjs.org/package/@fast-csv/format)
Expand All @@ -13,8 +13,8 @@

## Installation

[Install Guide](https://c2fo.io/fast-csv/docs/introduction/install)
[Install Guide](https://c2fo.github.io/fast-csv/docs/introduction/install)

## Usage

To get started with `@fast-csv/format` [check out the docs](https://c2fo.io/fast-csv/docs/formatting/getting-started)
To get started with `@fast-csv/format` [check out the docs](https://c2fo.github.io/fast-csv/docs/formatting/getting-started)
6 changes: 3 additions & 3 deletions packages/parse/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://c2fo.io/fast-csv" target="blank"><img src="https://c2fo.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
<a href="https://c2fo.github.io/fast-csv" target="blank"><img src="https://c2fo.github.io/fast-csv/img/logo.svg" width="200" alt="fast-csv Logo" /></a>
</p>

[![npm version](https://img.shields.io/npm/v/@fast-csv/parse.svg)](https://www.npmjs.org/package/@fast-csv/parse)
Expand All @@ -13,8 +13,8 @@

## Installation

[Install Guide](https://c2fo.io/fast-csv/docs/introduction/install)
[Install Guide](https://c2fo.github.io/fast-csv/docs/introduction/install)

## Usage

To get started with `@fast-csv/parse` [check out the docs](https://c2fo.io/fast-csv/docs/parsing/getting-started)
To get started with `@fast-csv/parse` [check out the docs](https://c2fo.github.io/fast-csv/docs/parsing/getting-started)