Skip to content

Commit 3c8640e

Browse files
authored
[docs] fix permalinks in README (#37)
1 parent e360e57 commit 3c8640e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<br/>
66
<p align="center">
77
<a href="https://github.com/firelink-data/evolution">
8-
<img align="center" width=50% src="./resources/images/evolution-banner.png"></img>
8+
<img align="center" width=50% src="https://github.com/firelink-data/evolution/blob/e360e5773173d7745cdd609ec3c3abd0a0917ea2/resources/images/evolution-banner.png"></img>
99
</a>
1010
</p>
1111
</div>
@@ -19,14 +19,13 @@
1919
[![CD](https://github.com/firelink-data/evolution/actions/workflows/cd.yml/badge.svg)](https://github.com/firelink-data/evolution/actions/workflows/cd.yml)
2020
[![Tests](https://github.com/firelink-data/evolution/actions/workflows/tests.yml/badge.svg)](https://github.com/firelink-data/evolution/actions/workflows/tests.yml)
2121

22+
🦖 *Evolve your fixed-length data files into Apache Parquet, fully parallelized!*
2223

2324
</div>
2425

2526

2627
## 🔎 Overview
2728

28-
Take your **old and inefficient fixed-length files** and **evolve them into a modern data format like Apache Parquet!**
29-
3029
This repository hosts the **evolution** program which both allows you to convert existing fixed-length files into other data formats, but also allows you to create large amounts of mocked data blazingly fast. The program supports full parallelism and utilizes SIMD techniques, when possible, for highly efficient parsing of data.
3130

3231
To get started, follow the installation, schema setup, and example usage sections below in this README. Happy hacking! 👋🥳

0 commit comments

Comments
 (0)