Skip to content

Commit 1f1fb03

Browse files
author
brian-brewer
committed
Added relURL Hugo for internal links index.html
1 parent 6c886bb commit 1f1fb03

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

layouts/index.html

Lines changed: 13 additions & 15 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" class="button">Read the Manifesto</a>
15-
<a href="/tools/data-trust-dashboard/DTE_Trust_Dashboard" 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,17 +79,15 @@ <h2>Why DTE Outshines Traditional Data Governance</h2>
7979
<div class="section">
8080
<h2>Community Resources</h2>
8181
<ul>
82-
<li><a href="/Manifesto">DTE Manifesto</a>: Our vision for trusted, AI-ready data systems.</li>
83-
<li><a href="/community/CONTRIBUTING">Contributing Guide</a>: How to submit artifacts, case studies, or updates.</li>
84-
<li><a href="/community/CODE_OF_CONDUCT">Code of Conduct</a>: Standards for a respectful community.</li>
85-
<li><a href="/community/GOVERNANCE">Governance</a>: How we make decisions and manage contributions.</li>
86-
<li><a href="/docs/case-studies/template">Case Study Template</a>: Share your DTE success story.</li>
87-
<li><a href="/docs/patterns/data-quality-guide">Data Quality Guide</a>: Best practices for data validation.</li>
88-
<li><a href="/tools/lineage-tracker/lineage-script.py">Lineage Tracker</a>: Tool for tracking data provenance.</li>
89-
<li><a href="/community/CONTRIBUTORS">Contributors</a>: Meet the community shaping DTE.</li>
90-
<li><a href="/SUPPORT">Support</a>: How to get help or contact us.</li>
91-
<li><a href="/SECURITY">Security</a>: Report vulnerabilities or sensitive issues.</li>
92-
<li><a href="https://github.com/askbrianfx/DataTrustEngineering/issues">Report Issues & Propose Features</a>: Submit bug reports or suggest new artifacts.</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>
86+
<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>
90+
<li><a href="https://github.com/datatrustengineering/DataTrustEngineering/issues">Report Issues & Propose Features</a>: Submit bug reports or suggest new artifacts.</li>
9391
</ul>
9492
</div>
9593

@@ -99,8 +97,8 @@ <h2>Contact Us</h2>
9997
<strong>Slack</strong>: Join <a href="https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw">datatrustengineering</a> (#general, #contributions)<br>
10098
<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>
10199
<strong>Website</strong>: <a href="https://datatrustmanifesto.org">datatrustmanifesto.org</a><br>
102-
<strong>Contribute</strong>: Fork the repo or enhance the dashboard. See <a href="/community/CONTRIBUTING">CONTRIBUTING.md</a>.<br>
103-
<strong>Learn More</strong>: Read the <a href="/Manifesto">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</a>.<br>
101+
<strong>Learn More</strong>: Read the <a href="{{ "Manifesto" | relURL }}">DTE Manifesto</a> for the full vision.
104102
</p>
105103
</div>
106104
</div>

0 commit comments

Comments
 (0)