git: ffe6afc4f012 - main - freebsd-tips: Use a fetchable URL as example

Li-Wen Hsu lwhsu at FreeBSD.org
Sun Jul 4 14:01:20 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=ffe6afc4f0121f1909f2fa88694228f771dd3fcb

commit ffe6afc4f0121f1909f2fa88694228f771dd3fcb
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-04 14:00:46 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-07-04 14:00:46 +0000

    freebsd-tips: Use a fetchable URL as example
    
    MFC after:      3 days
---
 usr.bin/fortune/datfiles/freebsd-tips | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips
index cbbaff9eb84f..c747c689791b 100644
--- a/usr.bin/fortune/datfiles/freebsd-tips
+++ b/usr.bin/fortune/datfiles/freebsd-tips
@@ -439,7 +439,7 @@ You can use "pkg info" to see a list of packages you have installed.
 %
 You can use the 'fetch' command to retrieve files over ftp, http or https.
 
-	 fetch https://www.FreeBSD.org/index.html
+	 fetch https://www.FreeBSD.org/images/beastie.png
 
 will download the front page of the FreeBSD web site.
 %


More information about the dev-commits-src-all mailing list