Skip to content

Commit fcabae9

Browse files
committed
chore: update repository URLs from communitybridge to linuxfoundation
Update GitHub repository references in documentation files to reflect the organization migration from communitybridge to linuxfoundation. - Update SECURITY.md GitHub issue URL - Update dev.md upstream remote example URL Fixes: linuxfoundation/easycla#4742 Generated with [Cursor](https://cursor.com/) Signed-off-by: ahmedomosanya <[email protected]>
1 parent a3713dd commit fcabae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ The following versions of the LFX EasyCLA Contributor Console are supported.
1010

1111
## Reporting a EasyCLA Contributor Console Vulnerability
1212

13-
To report a security vulnerability, please file a BUG REPORT as a new [GitHub Issue](https://github.com/communitybridge/easycla-contributor-console/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).
13+
To report a security vulnerability, please file a BUG REPORT as a new [GitHub Issue](https://github.com/linuxfoundation/easycla-contributor-console/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).

dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1. Fork Project into your own repository (from the UI)
1414
1. Clone the project from forked repository (command line).
1515
1. Create `upstream` remote reference
16-
- Example: `git remote add upstream [email protected]:communitybridge/easycla-contributor-console.git`.
16+
- Example: `git remote add upstream [email protected]:linuxfoundation/easycla-contributor-console.git`.
1717
The first time Pull in the latest reference from the upstream
1818
- Example: `git fetch upstream`
1919
Rebase and fix any merge conflicts

0 commit comments

Comments
 (0)