Skip to content

Commit 34cc7ea

Browse files
committed
fix(links): adjust links to a root project
1 parent f129be4 commit 34cc7ea

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<img src="images/logo_light_full.svg" alt="RayforceDB" class="logo logo-dark">
3131
</a>
3232
<nav class="nav">
33-
<a href="https://rayforcedb.com" class="nav-link" target="_blank">Documentation</a>
33+
<a href="https://core.rayforcedb.com" class="nav-link" target="_blank">Documentation</a>
3434
<a href="https://wasm.rayforcedb.com/" class="nav-link nav-link-highlight" target="_blank">
3535
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
3636
<polygon points="5 3 19 12 5 21 5 3"></polygon>
@@ -118,7 +118,7 @@ <h1>Build <span class="highlight">Blazingly Fast</span> Analytics</h1>
118118
</div>
119119
</div>
120120
<div class="hero-buttons">
121-
<a href="https://rayforcedb.com/content/get-started/install/" class="btn btn-primary" target="_blank">
121+
<a href="https://core.rayforcedb.com/content/get-started/install/" class="btn btn-primary" target="_blank">
122122
Get Started
123123
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
124124
<line x1="5" y1="12" x2="19" y2="12"></line>
@@ -429,7 +429,7 @@ <h2>Built For</h2>
429429
<h2>Ready to get started?</h2>
430430
<p>Join the RayforceDB community and build blazingly fast analytics applications.</p>
431431
<div class="cta-buttons">
432-
<a href="https://rayforcedb.com/content/get-started/install/" class="btn btn-primary" target="_blank">
432+
<a href="https://core.rayforcedb.com/content/get-started/install/" class="btn btn-primary" target="_blank">
433433
Read the Docs
434434
</a>
435435
<a href="https://github.com/RayforceDB" class="btn btn-secondary" target="_blank">
@@ -485,7 +485,7 @@ <h4>Projects</h4>
485485
</div>
486486
<div class="footer-column">
487487
<h4>Resources</h4>
488-
<a href="https://rayforcedb.com" target="_blank">Documentation</a>
488+
<a href="https://core.rayforcedb.com" target="_blank">Documentation</a>
489489
<a href="https://py.rayforcedb.com" target="_blank">Python Docs</a>
490490
<a href="https://github.com/RayforceDB/rayforce/blob/master/LICENSE" target="_blank">License (MIT)</a>
491491
</div>

0 commit comments

Comments
 (0)