summaryrefslogtreecommitdiff
path: root/cmdline/apt-cache.cc
diff options
context:
space:
mode:
authorWesley Schwengle <wesleys@opperschaap.net>2024-03-14 14:36:07 -0400
committerWesley Schwengle <wesleys@opperschaap.net>2024-03-14 14:36:07 -0400
commitedf1025e691e94cdde305bc2d15484fc7ee6db1c (patch)
tree08f5079ed7849cad75bede39b2a62c84c24ac162 /cmdline/apt-cache.cc
parent92dfc56a541894e293019920fe9031ae4d42fb29 (diff)
Update Graphviz URL to https://graphviz.org/
Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
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;