Skip to content

Commit 925f188

Browse files
mbaludalcartey
andauthored
Update scripts/generate_rules/generate_package_files.py
Co-authored-by: Luke Cartey <5377966+lcartey@users.noreply.github.com>
1 parent 32c8c4d commit 925f188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_rules/generate_package_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def generate_package_files(package_name: str) -> None:
368368
query["standard_title"] = "AUTOSAR: Guidelines for the use of the C++14 language in critical and safety-related systems"
369369
query[
370370
"standard_url"
371-
] = "https://www.autosar.org/fileadmin/standards/R21-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf"
371+
] = "https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf"
372372

373373
help_dir = None
374374
if standard_name in external_help_file_standards:

0 commit comments

Comments
 (0)