diff --git a/tac/governing-documents/repository-structure.md b/tac/governing-documents/repository-structure.md index 1b93f34..dac4fe4 100644 --- a/tac/governing-documents/repository-structure.md +++ b/tac/governing-documents/repository-structure.md @@ -15,10 +15,10 @@ document describes the required and recommended files. Repositories MUST have these files with the specific content in the linked files, or a file with a link to the specified content with minimal exposition. These files MUST be at the root of the repository. - +https://lf-decentralized-trust.github.io/governance/governing-documents/code-of-conduct.html - [`LICENSE`](https://www.apache.org/licenses/LICENSE-2.0.txt) (Unless an exception has been made by the LFDT Governing Board) - [`CODE_OF_CONDUCT.md`](./code-of-conduct) -- [`SECURITY.md`](./security-policy) +- [`SECURITY.md`](./security) ## Required Files with Variable Content @@ -78,4 +78,4 @@ Repositories MUST NOT have these files. In order to help automate checks a repolinter file and supporting scripts can be found in [LFDT Community Management Tools](https://github.com/hyperledger-labs/hyperledger-community-management-tools/tree/main/repo_structure). -Note that this document takes precedence over documents in the folder linked above, wherever the instructions and tooling differ between the two. \ No newline at end of file +Note that this document takes precedence over documents in the folder linked above, wherever the instructions and tooling differ between the two.