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
The links for "pack collection" and "third-party libraries" were missing
a space between the display text and the ref, leading to incorrect
hyperlinks in the readthedocs output.
Copy file name to clipboardExpand all lines: docs/source/tutorial/packages.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,10 @@ package file would be:
37
37
Running ``idris2 --init`` will interactively create a new package file in the current directory. The generated package file lists all configurable fields with a brief description.
38
38
39
39
Other examples of package files can be found in the ``libs`` directory
40
-
of the main Idris repository, in the `pack collection<https://github.com/stefan-hoeck/idris2-pack-db/blob/main/collections/HEAD.toml>`_
41
-
, and in `third-party libraries<https://github.com/idris-lang/Idris2/wiki/Third-party-Libraries>`_.
0 commit comments