Skip to content

Commit 779cb4c

Browse files
author
brian-brewer
committed
FIX: EMM20 404 fix
1 parent 1bf5a09 commit 779cb4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ site_domain = "datatrustmanifesto.org"
4242
[[module.mounts]]
4343
source = "docs/frameworks"
4444
target = "content/docs/frameworks"
45-
includeFiles = ["EMM2.0.md"]
45+
includeFiles = ["EMM20.md"]
4646

4747
# Fix the menu URL
4848
[[menu.main]]
4949
name = "Frameworks"
50-
url = "/docs/frameworks/EMM2.0/"
50+
url = "/docs/frameworks/EMM20/"
5151
weight = 3
5252

5353
# Disable Hugo's automatic sitemap generation

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3>EMM 2.0: Enterprise Metadata Management</h3>
106106
<li>✅ OpenLineage and graph metamodel integration</li>
107107
<li>✅ Open universal metamodel</li>
108108
</ul>
109-
<a href="{{ "docs/frameworks/EMM2.0" | relURL }}" class="button">Read EMM 2.0 Framework</a>
109+
<a href="{{ "docs/frameworks/EMM20" | relURL }}" class="button">Read EMM 2.0 Framework</a>
110110
</div>
111111
</div>
112112
</div>
@@ -178,7 +178,7 @@ <h3>EMM 2.0: Enterprise Metadata Management</h3>
178178
<div class="section">
179179
<h2>Join the #DataTrustCommunity</h2>
180180
<a href="{{ "manifesto" | relURL }}" class="button">Read DTE Manifesto</a>
181-
<a href="{{ "docs/frameworks/EMM2.0" | relURL }}" class="button">Read EMM 2.0 Framework</a>
181+
<a href="{{ "docs/frameworks/EMM20" | relURL }}" class="button">Read EMM 2.0 Framework</a>
182182
<a href="{{ "tools/data-trust-dashboard/dte_trust_dashboard" | relURL }}" class="button">Try the Trust Dashboard</a>
183183
<a href="https://github.com/datatrustengineering/DataTrustEngineering" class="button">Contribute on GitHub</a>
184184
<a href="https://join.slack.com/t/datatrustengineering/shared_invite/zt-3br05le6v-pxGSBeJGLpVgOsNM9ejGuw" class="button">Join Slack</a>

0 commit comments

Comments
 (0)