Skip to content

Commit b45c769

Browse files
authored
update autosar link
1 parent c5e9e0c commit b45c769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/generate_rules/generate_package_files.py

+1-1
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/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf"
371+
] = "https://www.autosar.org/fileadmin/standards/R21-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)