Update landing page links

This commit is contained in:
Kurt Hutten
2021-06-23 19:37:23 +10:00
parent 69a34301e7
commit 2e6afa86f6
2 changed files with 15 additions and 9 deletions

View File

@@ -89,7 +89,7 @@ const LandingSection = () => {
<li>Build your own helper functions and abstractions</li>
<li>
Trigger{' '}
<QuickLink to="https://en.wikipedia.org/wiki/Finite_element_method">
<QuickLink to="https://learn.cadhub.xyz/blog/testing-code-cad">
FEM
</QuickLink>{' '}
or regenerate tool paths with a{' '}
@@ -100,7 +100,7 @@ const LandingSection = () => {
</li>
<li>
Auto-generate a{' '}
<QuickLink to="https://en.wikipedia.org/wiki/Bill_of_materials">
<QuickLink to="https://learn.cadhub.xyz/blog/codecad-artifacts">
BOM
</QuickLink>
</li>
@@ -111,6 +111,11 @@ const LandingSection = () => {
</QuickLink>{' '}
tools
</li>
<li>
<QuickLink to="https://learn.cadhub.xyz/blog/3d-diffs">
3d-diffs
</QuickLink>
</li>
</ul>
</div>
</div>

View File

@@ -83,18 +83,14 @@ export default function Home() {
<li>Build your own helper functions and abstractions</li>
<li>
Trigger{' '}
<a href="https://en.wikipedia.org/wiki/Finite_element_method">
<a href="/blog/testing-code-cad">
FEM
</a>{' '}
or regenerate tool paths with a{' '}
<a href="https://www.redhat.com/en/topics/devops/what-is-ci-cd">
CI/CD
</a>{' '}
process
or regenerate tool paths with a CI/CD process
</li>
<li>
Auto-generate a{' '}
<a href="https://en.wikipedia.org/wiki/Bill_of_materials">
<a href="/blog/codecad-artifacts">
BOM
</a>
</li>
@@ -103,6 +99,11 @@ export default function Home() {
<a href="https://www.ptc.com/en/technologies/plm">PLM</a>{' '}
tools
</li>
<li>
<a href="/blog/3d-diffs">
3d-diffs
</a>
</li>
</ul>
</div>
</div>