Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update to the new website for audit
Baptiste Daroussin committed 11 years ago
commit 4ccb4d9915132c91c561b5eaf9423f395827989a
parent 9ec22f5a269b337729cc34d72a338023b06a859d
1 file changed +1 -1
modified libpkg/pkg_audit.c
@@ -760,7 +760,7 @@ pkg_audit_print_entry(struct pkg_audit_entry *e, struct sbuf *sb,
			sbuf_printf(sb, "WWW: %s\n\n", e->url);
		else if (e->id)
			sbuf_printf(sb,
-
				"WWW: http://portaudit.FreeBSD.org/%s.html\n\n",
+
				"WWW: http://vuxml.FreeBSD.org/freebsd/%s.html\n\n",
				e->id);
	}
}