Skip to content

Commit 9694536

Browse files
committed
Update the wording in the documentation
1 parent 1ae062e commit 9694536

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

docs/User/HowTo/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Frequently Asked Questions
22

33
This document provides idioms or examples to solve common programming
4-
problems using streamly. To start with please go through [Streamly Quick
5-
Overview](/docs/User/Tutorials/learn-by-examples.md) and [`Streamly examples repository`][streamly-examples].
4+
problems using streamly. To start with please go through the [Learn By
5+
Examples](/docs/User/Tutorials/learn-by-examples.md) page and [`Examples Package`](https://github.com/composewell/streamly-examples).
66
This document provides additional examples.
77

88
## Distribute and Zip Concurrently

docs/User/Project/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ comprising:
2424
* Fearless, declarative concurrency for seamless parallel execution.
2525
* A collection of ecosystem libraries for fast and efficient development.
2626

27-
Check out the [Streamly Getting Started
28-
Guide](/docs/User/Tutorials/installing-haskell.md) and [Quick
29-
Overview](/docs/User/Tutorials/learn-by-examples.md) for an introduction
30-
to the library. For more detailed documentation, visit the [Haskell
31-
Streamly website][Streamly].
27+
Check out the [Learn By Examples](/docs/User/Tutorials/learn-by-examples.md)
28+
page for an introduction to the library. For more detailed documentation, visit
29+
the [Haskell Streamly website][Streamly].
3230

3331
## Blazing Fast
3432

docs/User/Tutorials/learn-by-examples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@ It [concludes](#further-reading) with suggestions for further reading.
3030
### Installing Streamly
3131

3232
If you wish to follow along and run examples in this guide, please see
33-
the [Before You Begin](/docs/User/Tutorials/installing-haskell.md) guide
33+
the [Using Streamly](/docs/User/Tutorials/using-streamly.md) guide
3434
for instructions on how to use the `streamly` package interactively or
3535
in a project.
3636

37+
Additionally, see [Installing
38+
Haskell](/docs/User/Tutorials/installing-haskell.md) for instructions on how to
39+
install haskell.
40+
3741
### An overview of the types used in these examples
3842

3943
As an expository device, we have indicated the types at the intermediate

docs/User/Tutorials/using-streamly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ application using the instructions in the [Build Guide](/docs/User/HowTo/Compili
257257
## Next Steps
258258

259259
If you got this far successfully, congratulations! For an overview
260-
of the `streamly` package, please read the [Streamly Quick
261-
Overview](/docs/User/Tutorials/learn-by-examples.md).
260+
of the `streamly` package, please read the [Learn By
261+
Examples](/docs/User/Tutorials/learn-by-examples.md) page.
262262

263263
<!-- Markdown Links -->
264264

0 commit comments

Comments
 (0)