git: 4a95b5409c - main - Developers handbook: Fix link
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jul 2023 17:47:08 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4a95b5409c05615d49b91f155f2fc14bcaa9ba56
commit 4a95b5409c05615d49b91f155f2fc14bcaa9ba56
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-07-17 17:46:19 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-07-17 17:46:19 +0000
Developers handbook: Fix link
PR: 265132
Submitted by: grahamperrin@
---
documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc
index bba5b1636a..22496920f7 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc
@@ -699,7 +699,7 @@ It has good command help, accessible via the `help` command, as well as https://
[NOTE]
====
-The `lldb` command is available for FreeBSD {rel113-current} extref:{handbook}[from ports or packages, ports-using] as package:devel/llvm[].
+The `lldb` command is available for FreeBSD {rel113-current} extref:{handbook}ports/[from ports or packages, ports-using] as package:devel/llvm[].
This will install the default version of lldb (currently 9.0).
====