Skip to content

Commit dfd75ee

Browse files
author
brian-brewer
committed
fixed links in CODE_OF_CONDUCT.md
1 parent ccdc2a6 commit dfd75ee

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

community/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
```markdown
21
---
32
title: Code of Conduct
43
---
@@ -30,7 +29,7 @@ Examples of unacceptable behavior include:
3029
Project maintainers are responsible for clarifying the standards of acceptable behavior and taking appropriate, fair corrective action in response to any instances of unacceptable behavior. Maintainers have the right and responsibility to:
3130
- Remove, edit, or reject comments, commits, code, issues, pull requests, or other contributions that violate this Code of Conduct.
3231
- Lock conversations or block contributors temporarily or permanently for inappropriate behavior.
33-
- Ensure contributions align with DTE’s mission, as defined in the [Manifesto](/Manifesto) and [Contributing guidelines](/community/CONTRIBUTING).
32+
- Ensure contributions align with DTE’s mission, as defined in the [Manifesto](/Manifesto) and [Contributing guidelines](/community/CONTRIBUTING.md).
3433

3534
## Scope
3635

config.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,11 @@ title = "Data Trust Engineering | datatrustmanifesto.org"
66
description = "Data Trust Engineering (DTE): Certify data systems for trust and AI-readiness. Join the #DTERevolution!"
77
keywords = "data trust engineering, AI governance, DataOps, data certification"
88

9-
# Custom mounts to preserve existing file structure
9+
# Custom mounts to preserve existing file structure (Serving in Hugo Site which renders the .md as pages)
1010
[[module.mounts]]
1111
source = "."
1212
target = "content"
1313
includeFiles = ["Manifesto.md"]
14-
[[module.mounts]]
15-
source = "community"
16-
target = "content/community"
17-
includeFiles = ["CONTRIBUTING.md", "CODE_OF_CONDUCT.md", "GOVERNANCE.md", "CONTRIBUTORS.md"]
18-
[[module.mounts]]
19-
source = "docs"
20-
target = "content/docs"
21-
includeFiles = ["case-studies/template.md", "patterns/data-quality-guide.md"]
22-
[[module.mounts]]
23-
source = "SUPPORT.md"
24-
target = "content/SUPPORT.md"
25-
[[module.mounts]]
26-
source = "SECURITY.md"
27-
target = "content/SECURITY.md"
2814
[[module.mounts]]
2915
source = "tools"
3016
target = "content/tools"

0 commit comments

Comments
 (0)