summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-03-22 10:06:53 +0000
committerJulian Andres Klode <jak@debian.org>2024-03-22 10:06:53 +0000
commit1c1d8b26f067e7a1f7740718c0ded84ec8a386cb (patch)
treef5b13ca53181e097d60cd98de0e8bef674cb6eb9 /cmdline/apt-cache.cc
parent145464cb059d088999280ddc8f808da4d29873ee (diff)
parentebcde6ec5fb92c1e6bc867ba8e31eb980925078c (diff)
Merge branch '1066856-doc_changes' into 'main'
Update URI in documentation See merge request apt-team/apt!335
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r--cmdline/apt-cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc
index 531500cc0..7fdd4dff2 100644
--- a/cmdline/apt-cache.cc
+++ b/cmdline/apt-cache.cc
@@ -745,7 +745,7 @@ static bool XVcg(CommandLine &CmdL)
// ---------------------------------------------------------------------
/* Dotty is the graphvis program for generating graphs. It is a fairly
simple queuing algorithm that just writes dependencies and nodes.
- http://www.research.att.com/sw/tools/graphviz/ */
+ https://graphviz.org/ */
static bool Dotty(CommandLine &CmdL)
{
pkgCacheFile CacheFile;