Skip to content

Commit

Permalink
Rename README.md to docs/Introduction.md and fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Feb 11, 2022
1 parent fabefee commit 8be3601
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Here is a quick checklist for a PR, for details please see the next section:
* [Performance benchmarks](benchmark) are added, where applicable
* No significant regressions are reported by [performance benchmarks](benchmark/README.md)
* Haddock documentation is added to user visible APIs and data types
* Tutorial module, [README](README.md), and [guides](docs) are updated if
* Tutorial module, [README](docs/Introduction.md), and [guides](docs) are updated if
necessary.
* [Changelog](Changelog.md) is updated if needed
* The code conforms to the license, it is not stolen, credit is given,
Expand Down
12 changes: 6 additions & 6 deletions README.md → docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ further reading.
If you wish to follow along with this guide, you will need to have
[Streamly][] installed.

Please see the [Getting Started With The Streamly Package](docs/getting-started.md)
Please see the [Getting Started With The Streamly Package](getting-started.md)
guide for instructions on how to install [Streamly][].

If you wish to run benchmarks, please be sure to build your
application using the instructions in the [Build Guide](docs/building.md).
application using the instructions in the [Build Guide](building.md).

### An overview of the types used in these examples

Expand Down Expand Up @@ -490,7 +490,7 @@ Examples][streamly-examples] web page.
* [Streaming Benchmarks][streaming-benchmarks]
* [Concurrency Benchmarks][concurrency-benchmarks]
* Functional Conf 2019 [Video](https://www.youtube.com/watch?v=uzsqgdMMgtk) | [Slides](https://www.slideshare.net/HarendraKumar10/streamly-concurrent-data-flow-programming)
* [Other Guides](docs/)
* [Other Guides](./)
* [Streamly Homepage][Streamly]

## Performance
Expand Down Expand Up @@ -595,7 +595,7 @@ significant way:
* Gabriella Gonzalez ([foldl](https://hackage.haskell.org/package/foldl))
* Alberto G. Corona ([transient](https://hackage.haskell.org/package/transient))

Please see the [`credits`](./docs/Credits.md) directory for a full
Please see the [`credits`](./Credits.md) directory for a full
list of contributors, credits and licenses.

## Licensing
Expand Down Expand Up @@ -646,6 +646,6 @@ links (for online docs) before we release.
[CirclingSquare.hs]: https://github.com/composewell/streamly-examples/tree/master/examples/CirclingSquare.hs

<!-- local files -->
[LICENSE]: LICENSE
[CONTRIBUTING.md]: CONTRIBUTING.md
[LICENSE]: ../LICENSE
[CONTRIBUTING.md]: ../CONTRIBUTING.md
[docs]: docs/
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This document provides idioms or examples to solve common programming
problems using streamly. To start with please go through [Streamly Quick
Overview](../README.md) and [`Streamly examples repository`][streamly-examples].
Overview](./Introduction.md) and [`Streamly examples repository`][streamly-examples].
This document provides additional examples.

## Distribute and Zip Concurrently
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ streamly][streamly-github] on Github.
If you got this far successfully, congratulations!

* For an overview of the `streamly` package, please read the
[Streamly Quick Overview](../README.md).
[Streamly Quick Overview](./Introduction.md).
* Please browse the code examples in the
[`Streamly examples repository`][streamly-examples].
* If you would like to start on a real world project, please take a
Expand Down
2 changes: 1 addition & 1 deletion docs/unified-abstractions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ecosystem.
This document discusses the related packages in the Haskell ecosystem
and how streamly unifies, overlaps, or compares with those. We provide
simple code snippets for illustrations, for a better overview of the
library please see the [Streamly Quick Overview](../README.md) document.
library please see the [Streamly Quick Overview](./Introduction.md) document.

## Existing Haskell Libraries

Expand Down

0 comments on commit 8be3601

Please sign in to comment.