aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-02 22:07:11 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2024-04-02 22:07:11 +0900
commitcd973dbd5785c19f3a3967360906910c11b24a93 (patch)
treeb7eb1e9fa32bb737418b07b09ba0aef5af44af0e
parentbdc91f8b4b9ed2f3af5c98032a29022a32cae5b4 (diff)
downloadlinux-firewire-utils-cd973dbd5785c19f3a3967360906910c11b24a93.tar.gz
lsfirewirephy: replace URL for PHY database page
The URL still points to the previous repository. This commit replaces it with the new one. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/lsfirewirephy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsfirewirephy.c b/src/lsfirewirephy.c
index 24d6872..dac29ed 100644
--- a/src/lsfirewirephy.c
+++ b/src/lsfirewirephy.c
@@ -528,6 +528,6 @@ int main(int argc, char *argv[])
list_all_buses();
if (any_unknown_phys)
fputs(" Please check this web page for updated PHY IDs:\n"
- " http://code.google.com/p/jujuutils/wiki/PhyIds\n", stderr);
+ " http://ieee1394.docs.kernel.org/en/latest/phy.html\n", stderr);
return 0;
}