From 44a3b5940670b6b86e2f017380142ab891bcc78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 14 Feb 2021 16:56:05 -0300 Subject: [PATCH] Manual.md: link deps_runtime section when referring to it. --- Manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index acd23a32b4..86dfeff610 100644 --- a/Manual.md +++ b/Manual.md @@ -481,7 +481,8 @@ in the local repository exists to satisfy the required version. Dependencies can be specified with the following version comparators: `<`, `>`, `<=`, `>=` or `foo-1.0_1` to match an exact version. If version comparator is not defined (just a package name), the version comparator is automatically set to `>=0`. -Example: `depends="foo blah>=1.0"`. See the `Runtime dependencies` section for more information. +Example: `depends="foo blah>=1.0"`. See the [Runtime dependencies](#deps_runtime) section +for more information. - `bootstrap` If enabled the source package is considered to be part of the `bootstrap` process and required to be able to build packages in the chroot. Only a