Skip to content

Commit 1ae062e

Browse files
committed
Fix links in the documentation
1 parent 99d0d29 commit 1ae062e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

core/docs/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Please refer to the [streamly](/docs/User/Tutorials/using-the-library.md)
1+
Please refer to the [streamly](/docs/User/Tutorials/using-streamly.md)
22
package for tutorials and other documentation.

docs/User/Explanatory/unified-abstractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ecosystem.
88
This document discusses the related packages in the Haskell ecosystem
99
and how streamly unifies, overlaps, or compares with those. We provide
1010
simple code snippets for illustrations, for a better overview of the
11-
library please see the [Streamly Quick Overview](/docs/User/Tutorials/quick-overview.md) document.
11+
library please see the [Streamly Quick Overview](/docs/User/Tutorials/learn-by-examples.md) document.
1212

1313
## Existing Haskell Libraries
1414

docs/User/HowTo/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document provides idioms or examples to solve common programming
44
problems using streamly. To start with please go through [Streamly Quick
5-
Overview](/docs/User/Tutorials/quick-overview.md) and [`Streamly examples repository`][streamly-examples].
5+
Overview](/docs/User/Tutorials/learn-by-examples.md) and [`Streamly examples repository`][streamly-examples].
66
This document provides additional examples.
77

88
## Distribute and Zip Concurrently

docs/User/Project/Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Following modules are moved to `streamly-core` package and renamed:
164164

165165
## 0.8.1 (Nov 2021)
166166

167-
See ApiChangelogs/0.8.3.txt for new APIs introduced.
167+
See ApiChangelogs/0.8.0-0.8.1.txt for new APIs introduced.
168168

169169
### Bug Fixes
170170

@@ -192,7 +192,7 @@ See ApiChangelogs/0.8.3.txt for new APIs introduced.
192192

193193
## 0.8.0 (Jun 2021)
194194

195-
See [API Changelog](/docs/User/Project/ApiChangelogs/0.8.3.txt) for a complete list of signature
195+
See [API Changelog](/docs/User/Project/ApiChangelogs/0.7.3-0.8.0.txt) for a complete list of signature
196196
changes and new APIs introduced.
197197

198198
### Breaking changes
@@ -231,7 +231,7 @@ changes and new APIs introduced.
231231

232232
### Enhancements
233233

234-
* See [API Changelog](/docs/User/Project/ApiChangelogs/0.8.3.txt) for a complete list of new
234+
* See [API Changelog](/docs/User/Project/ApiChangelogs/0.7.3-0.8.0.txt) for a complete list of new
235235
modules and APIs introduced.
236236
* The Fold type is now more powerful, the new termination behavior allows
237237
to express basic parsing of streams using folds.

docs/User/Project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ comprising:
2525
* A collection of ecosystem libraries for fast and efficient development.
2626

2727
Check out the [Streamly Getting Started
28-
Guide](/docs/User/Tutorials/before-you-begin.md) and [Quick
29-
Overview](/docs/User/Tutorials/quick-overview.md) for an introduction
28+
Guide](/docs/User/Tutorials/installing-haskell.md) and [Quick
29+
Overview](/docs/User/Tutorials/learn-by-examples.md) for an introduction
3030
to the library. For more detailed documentation, visit the [Haskell
3131
Streamly website][Streamly].
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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/before-you-begin.md) guide
33+
the [Before You Begin](/docs/User/Tutorials/installing-haskell.md) guide
3434
for instructions on how to use the `streamly` package interactively or
3535
in a project.
3636

docs/User/Tutorials/using-streamly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ application using the instructions in the [Build Guide](/docs/User/HowTo/Compili
258258

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

263263
<!-- Markdown Links -->
264264

0 commit comments

Comments
 (0)