Skip to content

Commit

Permalink
Update links to LF Decentralized Trust (#770)
Browse files Browse the repository at this point in the history
Several links pointed to old or outdated Hyperledger pages and policies.
These are updated to point to current LF Decentralized Trust
equivalents.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Nov 6, 2024
1 parent 5e0abcd commit e452fcd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code of conduct

This project follows the [Hyperledger code of conduct](https://toc.hyperledger.org/code-of-conduct.html). Please review these guidelines before participating.
This project follows the [LF Decentralized Trust code of conduct](https://lf-decentralized-trust.github.io/governance/governing-documents/code-of-conduct). Please review these guidelines before participating.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you have any questions about the project or how to contribute, you can use:

- The GitHub repository [Discussions](https://github.com/hyperledger/fabric-gateway/discussions).
- The `#fabric-client-apis` channel on Hyperledger [Discord](https://discord.com/channels/905194001349627914/943089887589048350) ([invite link](https://discord.gg/hyperledger)).
- The [Fabric mailing list](https://lists.hyperledger.org/g/fabric).
- The [Fabric mailing list](https://lists.lfdecentralizedtrust.org/g/fabric).

Here are a few guidelines to help you contribute successfully...

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security policy

The Hyperledger policy for reporting and handling security bugs can be found in the [Hyperledger Defect Response wiki page](https://wiki.hyperledger.org/display/SEC/Defect+Response). Details specific to this repository are documented below.
This document defines how security vulnerability reporting is handled for this project. The approach aligns with the [LF Decentralized Trust security policy](https://lf-decentralized-trust.github.io/governance/governing-documents/security). Please review that document to understand the basis of the security reporting for this project. Details specific to this repository are documented below.

## Supported versions

Expand Down
2 changes: 1 addition & 1 deletion docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ For community discussion related to the Fabric Gateway client API, look at:

- The GitHub repository [discussions](https://github.com/hyperledger/fabric-gateway/discussions).
- The `#fabric-client-apis` channel on Hyperledger [Discord](https://discord.com/channels/905194001349627914/943089887589048350) ([invite link](https://discord.gg/hyperledger)).
- The Hyperledger Fabric [mailing list](https://lists.hyperledger.org/g/fabric).
- The Hyperledger Fabric [mailing list](https://lists.lfdecentralizedtrust.org/g/fabric).
12 changes: 0 additions & 12 deletions java/SECURITY.md

This file was deleted.

4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<developers>
<developer>
<name>fabric-gateway maintainers</name>
<email>hyperledger-technical-discuss@lists.hyperledger.org</email>
<organization>https://www.hyperledger.org/</organization>
<email>fabric@lists.lfdecentralizedtrust.org</email>
<organization>https://www.lfdecentralizedtrust.org/</organization>
</developer>
</developers>

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extra:
link: https://discord.gg/hyperledger
name: Hyperledger Discord
- icon: fontawesome/regular/envelope
link: https://lists.hyperledger.org/g/fabric
link: https://lists.lfdecentralizedtrust.org/g/fabric
name: Fabric mailing list
nav:
- index.md
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"homepage": "https://hyperledger.github.io/fabric-gateway/",
"author": {
"name": "hyperledger/fabric",
"email": "fabric@lists.hyperledger.org",
"url": "https://www.hyperledger.org/use/fabric"
"email": "fabric@lists.lfdecentralizedtrust.org",
"url": "https://www.lfdecentralizedtrust.org/projects/fabric"
},
"scripts": {
"build": "npm-run-all clean compile copy-non-ts-source",
Expand Down

0 comments on commit e452fcd

Please sign in to comment.