diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 0074964..fe3aaca 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -103,7 +103,7 @@ jobs: - name: Check links in root markdown files run: | echo "::group::Checking root markdown files" - for file in CHANGELOG.md CONTRIBUTING.md SECURITY.md AUTHORS.md SUPPORT.md 2>/dev/null; do + for file in CHANGELOG.md CONTRIBUTING.md SECURITY.md AUTHORS.md SUPPORT.md; do if [ -f "$file" ]; then echo "Checking: $file" markdown-link-check "$file" --config mlc_config.json || exit 1 diff --git a/to-dos/PHASE-5/SPRINT-5.8-TODO.md b/to-dos/PHASE-5/SPRINT-5.8-TODO.md index 5c43765..b58e0fb 100644 --- a/to-dos/PHASE-5/SPRINT-5.8-TODO.md +++ b/to-dos/PHASE-5/SPRINT-5.8-TODO.md @@ -1217,7 +1217,7 @@ repository = "https://github.com/prtip/plugins/http-enum" **Best Practices:** - Plugin architecture patterns: https://martinfowler.com/ - Trait-based plugins in Rust: https://adventures.michaelfbryan.com/posts/plugins-in-rust/ -- Dynamic loading in Rust: https://michael-f-bryan.github.io/rust-ffi-guide/ +- Dynamic loading in Rust: michael-f-bryan.github.io/rust-ffi-guide (archived/moved) ---