Skip to content

Commit 5a1f4ca

Browse files
author
brian-brewer
committed
updated internal links to all lower for hugo site File Case: Keeping uppercase filenames (e.g., Manifesto.md, CONTRIBUTING.md) is fine, as Hugo’s disablePathToLower = false renders them as lowercase URLs (/manifesto/, /community/contributing/).
1 parent 1f1fb03 commit 5a1f4ca

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

layouts/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ <h1>Data Trust Engineering (DTE)</h1>
1111

1212
<div class="section">
1313
<h2>Join the #DTERevolution</h2>
14-
<a href="{{ "Manifesto" | relURL }}" class="button">Read the Manifesto</a>
15-
<a href="{{ "tools/data-trust-dashboard/DTE_Trust_Dashboard" | relURL }}" class="button">Try the Trust Dashboard</a>
14+
<a href="{{ "manifesto" | relURL }}" class="button">Read the Manifesto</a>
15+
<a href="{{ "tools/data-trust-dashboard/dte_trust_dashboard" | relURL }}" class="button">Try the Trust Dashboard</a>
1616
<a href="https://github.com/datatrustengineering/DataTrustEngineering" class="button">Contribute on GitHub</a>
1717
<a href="https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw" class="button">Join Slack</a>
1818
</div>
@@ -79,14 +79,14 @@ <h2>Why DTE Outshines Traditional Data Governance</h2>
7979
<div class="section">
8080
<h2>Community Resources</h2>
8181
<ul>
82-
<li><a href="{{ "Manifesto" | relURL }}">DTE Manifesto</a>: Our vision for trusted, AI-ready data systems.</li>
83-
<li><a href="{{ "community/CONTRIBUTING" | relURL }}">Contributing Guide</a>: How to submit artifacts, case studies, or updates.</li>
84-
<li><a href="{{ "community/CODE_OF_CONDUCT" | relURL }}">Code of Conduct</a>: Standards for a respectful community.</li>
85-
<li><a href="{{ "community/GOVERNANCE" | relURL }}">Governance</a>: How we make decisions and manage contributions.</li>
82+
<li><a href="{{ "manifesto" | relURL }}">DTE Manifesto</a>: Our vision for trusted, AI-ready data systems.</li>
83+
<li><a href="{{ "community/contributing" | relURL }}">Contributing Guide</a>: How to submit artifacts, case studies, or updates.</li>
84+
<li><a href="{{ "community/code_of_conduct" | relURL }}">Code of Conduct</a>: Standards for a respectful community.</li>
85+
<li><a href="{{ "community/governance" | relURL }}">Governance</a>: How we make decisions and manage contributions.</li>
8686
<li><a href="{{ "docs/case-studies/template" | relURL }}">Case Study Template</a>: Share your DTE success story.</li>
87-
<li><a href="{{ "community/CONTRIBUTORS" | relURL }}">Contributors</a>: Meet the community shaping DTE.</li>
88-
<li><a href="{{ "SUPPORT" | relURL }}">Support</a>: How to get help or contact us.</li>
89-
<li><a href="{{ "SECURITY" | relURL }}">Security</a>: Report vulnerabilities or sensitive issues.</li>
87+
<li><a href="{{ "community/contributors" | relURL }}">Contributors</a>: Meet the community shaping DTE.</li>
88+
<li><a href="{{ "support" | relURL }}">Support</a>: How to get help or contact us.</li>
89+
<li><a href="{{ "security" | relURL }}">Security</a>: Report vulnerabilities or sensitive issues.</li>
9090
<li><a href="https://github.com/datatrustengineering/DataTrustEngineering/issues">Report Issues & Propose Features</a>: Submit bug reports or suggest new artifacts.</li>
9191
</ul>
9292
</div>
@@ -97,8 +97,8 @@ <h2>Contact Us</h2>
9797
<strong>Slack</strong>: Join <a href="https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw">datatrustengineering</a> (#general, #contributions)<br>
9898
<strong>Inquiries</strong>: Open a <a href="https://github.com/askbrianfx/DataTrustEngineering/issues/new?template=contact.yml">Contact issue</a> or use our <a href="https://forms.gle/LvYDSkBFvKpAc9af8">contact form</a><br>
9999
<strong>Website</strong>: <a href="https://datatrustmanifesto.org">datatrustmanifesto.org</a><br>
100-
<strong>Contribute</strong>: Fork the repo or enhance the dashboard. See <a href="{{ "community/contributing" | relURL }}">CONTRIBUTING</a>.<br>
101-
<strong>Learn More</strong>: Read the <a href="{{ "Manifesto" | relURL }}">DTE Manifesto</a> for the full vision.
100+
<strong>Contribute</strong>: Fork the repo or enhance the dashboard. See <a href="{{ "community/contributing" | relURL }}">Contributing Guide</a>.<br>
101+
<strong>Learn More</strong>: Read the <a href="{{ "manifesto" | relURL }}">Data Trust Engineering Manifesto</a> for the full vision.
102102
</p>
103103
</div>
104104
</div>

0 commit comments

Comments
 (0)