Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links to LF Decentralized Trust #770

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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