Skip to content

Commit d4dde3d

Browse files
author
marwan37
committed
fix broken markdown link
1 parent 3eae010 commit d4dde3d

File tree

2 files changed

+2
-2
lines changed
  • credit-scorer

2 files changed

+2
-2
lines changed

credit-scorer/docs/releases/3e3ab14b-23d0-406b-b949-02742964d012/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This documentation supports compliance with the EU AI Act, particularly:
4545
- **Article 15**: Accuracy, Robustness and Cybersecurity
4646
- **Article 16**: Post-market monitoring
4747

48-
For a complete mapping of pipeline steps to EU AI Act articles, refer to the [pipeline_to_articles.md](../../pipeline_to_articles.md) file.
48+
For a complete mapping of pipeline steps to EU AI Act articles, refer to the [pipeline_to_articles.md](../../guides/pipeline_to_articles.md) file.

credit-scorer/src/utils/compliance/annex_iv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def generate_readme(
578578
f.write("- **Article 16**: Post-market monitoring\n\n")
579579

580580
f.write(
581-
"For a complete mapping of pipeline steps to EU AI Act articles, refer to the [pipeline_to_articles.md](../../pipeline_to_articles.md) file.\n"
581+
"For a complete mapping of pipeline steps to EU AI Act articles, refer to the [pipeline_to_articles.md](../../guides/pipeline_to_articles.md) file.\n"
582582
)
583583

584584

0 commit comments

Comments
 (0)