We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e9e0c commit b45c769Copy full SHA for b45c769
scripts/generate_rules/generate_package_files.py
@@ -368,7 +368,7 @@ def generate_package_files(package_name: str) -> None:
368
query["standard_title"] = "AUTOSAR: Guidelines for the use of the C++14 language in critical and safety-related systems"
369
query[
370
"standard_url"
371
- ] = "https://www.autosar.org/fileadmin/standards/R22-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf"
+ ] = "https://www.autosar.org/fileadmin/standards/R21-11/AP/AUTOSAR_RS_CPP14Guidelines.pdf"
372
373
help_dir = None
374
if standard_name in external_help_file_standards:
0 commit comments