Skip to content

Commit 384d9ee

Browse files
committed
fix(links): ecosystem websites instead of gh
1 parent 34cc7ea commit 384d9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>The <span class="highlight">RayforceDB</span> Ecosystem</h2>
176176

177177
<div class="projects-grid">
178178
<!-- Core Database -->
179-
<a href="https://github.com/RayforceDB/rayforce" class="project-card featured" target="_blank">
179+
<a href="https://core.rayforcedb.com" class="project-card featured" target="_blank">
180180
<div class="project-icon">
181181
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
182182
<path d="M12 2L2 7l10 5 10-5-10-5z"></path>
@@ -210,7 +210,7 @@ <h3>rayforce</h3>
210210
</a>
211211

212212
<!-- Python Bindings -->
213-
<a href="https://github.com/RayforceDB/rayforce-py" class="project-card" target="_blank">
213+
<a href="https://py.rayforcedb.com" class="project-card" target="_blank">
214214
<div class="project-icon python">
215215
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
216216
<path d="M14.25.18l.9.2.73.26.59.3.45.32.34.34.25.34.16.33.1.3.04.26.02.2-.01.13V8.5l-.05.63-.13.55-.21.46-.26.38-.3.31-.33.25-.35.19-.35.14-.33.1-.3.07-.26.04-.21.02H8.77l-.69.05-.59.14-.5.22-.41.27-.33.32-.27.35-.2.36-.15.37-.1.35-.07.32-.04.27-.02.21v3.06H3.17l-.21-.03-.28-.07-.32-.12-.35-.18-.36-.26-.36-.36-.35-.46-.32-.59-.28-.73-.21-.88-.14-1.05-.05-1.23.06-1.22.16-1.04.24-.87.32-.71.36-.57.4-.44.42-.33.42-.24.4-.16.36-.1.32-.05.24-.01h.16l.06.01h8.16v-.83H6.18l-.01-2.75-.02-.37.05-.34.11-.31.17-.28.25-.26.31-.23.38-.2.44-.18.51-.15.58-.12.64-.1.71-.06.77-.04.84-.02 1.27.05zm-6.3 1.98l-.23.33-.08.41.08.41.23.34.33.22.41.09.41-.09.33-.22.23-.34.08-.41-.08-.41-.23-.33-.33-.22-.41-.09-.41.09zm13.09 3.95l.28.06.32.12.35.18.36.27.36.35.35.47.32.59.28.73.21.88.14 1.04.05 1.23-.06 1.23-.16 1.04-.24.86-.32.71-.36.57-.4.45-.42.33-.42.24-.4.16-.36.09-.32.05-.24.02-.16-.01h-8.22v.82h5.84l.01 2.76.02.36-.05.34-.11.31-.17.29-.25.25-.31.24-.38.2-.44.17-.51.15-.58.13-.64.09-.71.07-.77.04-.84.01-1.27-.04-1.07-.14-.9-.2-.73-.25-.59-.3-.45-.33-.34-.34-.25-.34-.16-.33-.1-.3-.04-.25-.02-.2.01-.13v-5.34l.05-.64.13-.54.21-.46.26-.38.3-.32.33-.24.35-.2.35-.14.33-.1.3-.06.26-.04.21-.02.13-.01h5.84l.69-.05.59-.14.5-.21.41-.28.33-.32.27-.35.2-.36.15-.36.1-.35.07-.32.04-.28.02-.21V6.07h2.09l.14.01zm-6.47 14.25l-.23.33-.08.41.08.41.23.33.33.23.41.08.41-.08.33-.23.23-.33.08-.41-.08-.41-.23-.33-.33-.23-.41-.08-.41.08z"/>
@@ -235,7 +235,7 @@ <h3>rayforce-py</h3>
235235
</a>
236236

237237
<!-- WebAssembly -->
238-
<a href="https://github.com/RayforceDB/rayforce-wasm" class="project-card" target="_blank">
238+
<a href="https://wasm.rayforcedb.com" class="project-card" target="_blank">
239239
<div class="project-icon wasm">
240240
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="currentColor">
241241
<path d="M14.745 2.901l-.39 1.396h-2.047l.39-1.396h-.74l-.39 1.396h-1.57l-.208.74h1.57l-.39 1.396h-1.57l-.208.74h1.57l-.39 1.396h.74l.39-1.396h2.047l-.39 1.396h.74l.39-1.396h1.57l.208-.74h-1.57l.39-1.396h1.57l.208-.74h-1.57l.39-1.396h-.74zm-.52 2.136l-.39 1.396h-2.047l.39-1.396h2.047zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm0 1.5c5.799 0 10.5 4.701 10.5 10.5S17.799 22.5 12 22.5 1.5 17.799 1.5 12 6.201 1.5 12 1.5zm-4.235 9.5l1.728 6h1.257l1.272-4.5 1.272 4.5h1.257l1.728-6h-1.35l-1.08 4.32-1.26-4.32h-1.134l-1.26 4.32-1.08-4.32z"/>

0 commit comments

Comments
 (0)