git: e971ace59e - main - Porter's Handbook - Fix link in Upgrading chapter
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=e971ace59e7171439c936e4f6be5e5aec24d5f53 commit e971ace59e7171439c936e4f6be5e5aec24d5f53 Author: Dezhi Wu <[email protected]> AuthorDate: 2023-08-27 09:49:46 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2023-08-27 09:49:46 +0000 Porter's Handbook - Fix link in Upgrading chapter Pull Request: https://github.com/freebsd/freebsd-doc/pull/250 --- documentation/content/en/books/porters-handbook/upgrading/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc index b593e4b196..f97421334c 100644 --- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc +++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc @@ -51,7 +51,7 @@ When a port is not the most recent version available from the authors, update th The port might have already been updated to the new version. When working with more than a few ports, it will probably be easier to use Git to keep the whole ports collection up-to-date, -as described in the extref:{handbook}[Handbook, ports-using]. +as described in the extref:{handbook}ports[Using the Ports Collection, ports-using]. This will have the added benefit of tracking all the port's dependencies. The next step is to see if there is an update already pending.