Skip to content

Commit

Permalink
Update other bad file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
chris del committed Nov 13, 2024
1 parent 8241ef4 commit f25cc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/get-contributing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ while IFS= read -r line; do
echo "$line"

if [[ -n "$local" ]]; then
cat "./$local" | \
cat "$local" | \
# remove the top # headers from cp file
sed -En '/^##|^[^#]/,$p' | \
# remove any starting w NOTE: lines
Expand Down
2 changes: 1 addition & 1 deletion en/resources/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,4 +378,4 @@ pull request.

# Contributing to Expressjs.com

<!-- LOCAL: expressjs/expressjs.com CONTRIBUTING.md -->
<!-- LOCAL: expressjs/expressjs.com ../../CONTRIBUTING.md -->

0 comments on commit f25cc35

Please sign in to comment.