You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,19 @@ If you're looking to find your way around the library, there are several
18
18
different ways to get started:
19
19
20
20
- The library's structure and the associated design choices are described
21
-
in the [README.agda](https://github.com/agda/agda-stdlib/tree/master/README.agda).
21
+
in the [README.agda](https://github.com/agda/agda-stdlib/tree/master/doc/README.agda).
22
22
23
-
- The [README folder](https://github.com/agda/agda-stdlib/tree/master/README),
23
+
- The [README folder](https://github.com/agda/agda-stdlib/tree/master/doc/README),
24
24
which mirrors the structure of the main library, contains examples of how to
25
25
use some of the more common modules. Feel free to [open a new issue](https://github.com/agda/agda-stdlib/issues/new) if there's a particular module you feel could do with
26
26
some more documentation.
27
27
28
-
- You can [browse the library's source code](https://agda.github.io/agda-stdlib/README.html)
28
+
- You can [browse the library's source code](https://agda.github.io/agda-stdlib/)
29
29
in glorious clickable HTML.
30
30
31
-
- Finally, you can get an overview of the entire library by looking at the
32
-
[index](https://agda.github.io/agda-stdlib/), which lists all modules
33
-
in the library except the deprecated ones.
34
-
35
31
## Installation instructions
36
32
37
-
See the [installation instructions](https://github.com/agda/agda-stdlib/blob/master/notes/installation-guide.md) for the latest version of the standard library.
33
+
See the [installation instructions](https://github.com/agda/agda-stdlib/blob/master/doc/installation-guide.md) for the latest version of the standard library.
0 commit comments