Skip to content

Commit d438411

Browse files
Copilotdprotaso
andauthored
Fix redirect to community contributing page (#6570)
* Initial plan * Fix redirect target for community/contributing/README.md Changed 'community/contributing/README.md' to 'community/contributing.md' in the redirect configuration to match the actual file location. The file is at docs/community/contributing.md, not docs/community/contributing/README.md. Co-authored-by: dprotaso <18562+dprotaso@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dprotaso <18562+dprotaso@users.noreply.github.com>
1 parent c25422d commit d438411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins:
22
redirects:
33
redirect_maps:
4-
versioned/contributing/about.md: community/contributing/README.md
4+
versioned/contributing/about.md: community/contributing.md
55
versioned/eventing/experimental-features/README.md: versioned/eventing/features/README.md
66
versioned/eventing/experimental-features/delivery-timeout.md: versioned/eventing/features/delivery-timeout.md
77
versioned/eventing/experimental-features/delivery-retryafter.md: versioned/eventing/features/delivery-retryafter.md

0 commit comments

Comments
 (0)