From 4823139c237d1a501000481394d64f43821c17ae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 7 Aug 2013 12:20:35 -0700 Subject: [PATCH] tools: Fix path for bluetooth.org assigned numbers table --- tools/update_compids.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_compids.sh b/tools/update_compids.sh index 38d703285..332fb1664 100755 --- a/tools/update_compids.sh +++ b/tools/update_compids.sh @@ -19,7 +19,7 @@ cp lib/bluetooth.c $tmpdir/lib/bluetooth.c cd $tmpdir -path=en-us/specification/assigned-numbers-overview/company-identifiers +path=en-us/specification/assigned-numbers/company-identifiers # Use "iconv -c" to strip unwanted unicode characters # Also strip tags of type checkbox because html2text generates UTF-8 # for them in some distros even when using -ascii (e.g. Fedora 18) -- 2.47.3