Skip to content

Commit 3eeabbc

Browse files
committed
fix: update URLs to point to zyntax.org for consistency
1 parent 670703a commit 3eeabbc

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.env.markflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MARKFLOW_REPO_ROOT=book
66
MARKFLOW_BRAND_NAME=
77
MARKFLOW_BRAND_LOGO=website/logo.svg
88
MARKFLOW_DESCRIPTION=A high-performance, multi-paradigm compiler infrastructure with advanced type system features, tiered JIT compilation, and async/await runtime support.
9-
MARKFLOW_URL=https://darmie.github.io/zyntax
9+
MARKFLOW_URL=https://zyntax.org
1010

1111
MARKFLOW_ACCENT=#1a1a1a
1212
MARKFLOW_ACCENT_DIM=#444455

.github/workflows/wiki.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
# Copy website landing page to site root
9595
cp website/index.html site/index.html
9696
touch site/.nojekyll
97+
echo "zyntax.org" > site/CNAME
9798
9899
# Build book docs with Markflow into /book subdirectory
99100
markflow build --prebake --source ./book --output ./site/book --config .env.markflow

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
<a href="#" class="nav-logo" aria-label="Zyntax"><svg xmlns="http://www.w3.org/2000/svg" viewBox="16.5 -380.5 2308.0 477.0" fill="currentColor" class="logo-svg"><path d="M393.5 0L21.5 0L21.5-91.5L246-299L343-276.5L23-276.5L23-375.5L392-375.5L392-284L168-76.5L85-99L393.5-99L393.5 0ZM540 91.5L540 91.5Q504 91.5 476.75 82.75Q449.5 74 422.5 54L422.5 54L422.5-31Q449-14 471.75-6.75Q494.5 0.5 521 0.5L521 0.5Q542 0.5 557.75-8.25Q573.5-17 583.5-42L583.5-42L681-287.5L816-287.5L685-4Q668.5 32 644.75 53Q621 74 594 82.75Q567 91.5 540 91.5ZM645-38.5L524-38.5L408.5-287.5L548.5-287.5L645-38.5ZM834.5-184.5L814.5-287.5L941.5-287.5L961.5-165L961.5 0L834.5 0L834.5-184.5ZM1061-296.5L1061-296.5Q1103-296.5 1132.5-279.75Q1162-263 1177.75-232.75Q1193.5-202.5 1193.5-162L1193.5-162L1193.5 0L1066.5 0L1066.5-144Q1066.5-168 1053.25-181Q1040-194 1016-194L1016-194Q999-194 986.75-187.25Q974.5-180.5 968-167.75Q961.5-155 961.5-137L961.5-137L924-156Q931-203 951-234.25Q971-265.5 999.5-281Q1028-296.5 1061-296.5ZM1263.5-195L1207-195L1207-249.5L1263.5-278L1319-366L1390.5-366L1390.5-287.5L1503-287.5L1503-195L1390.5-195L1390.5-136Q1390.5-108.5 1401-97.25Q1411.5-86 1444-86L1444-86Q1464-86 1479.75-88.75Q1495.5-91.5 1508-95.5L1508-95.5L1508-3.5Q1491 1.5 1466.25 5.25Q1441.5 9 1414.5 9L1414.5 9Q1363.5 9 1330-6.25Q1296.5-21.5 1280-50.5Q1263.5-79.5 1263.5-119.5L1263.5-119.5L1263.5-195ZM1921 0L1789 0L1774.5-101.5L1789-143.5L1774.5-185L1789-287.5L1921-287.5L1901-144L1921 0ZM1815.5-143.5L1815.5-143.5Q1810.5-97.5 1790.75-63.25Q1771-29 1739.25-10Q1707.5 9 1666.5 9L1666.5 9Q1624.5 9 1592.75-10Q1561-29 1543.25-63.5Q1525.5-98 1525.5-143.5L1525.5-143.5Q1525.5-189.5 1543.25-224Q1561-258.5 1592.75-277.5Q1624.5-296.5 1666.5-296.5L1666.5-296.5Q1707.5-296.5 1739.25-277.75Q1771-259 1791-224.75Q1811-190.5 1815.5-143.5ZM1653.5-143.5L1653.5-143.5Q1653.5-127 1660.25-114.25Q1667-101.5 1679.25-94Q1691.5-86.5 1707.5-86.5L1707.5-86.5Q1724-86.5 1739.5-94Q1755-101.5 1766.75-114.25Q1778.5-127 1783-143.5L1783-143.5Q1778.5-160 1766.75-173Q1755-186 1739.5-193.5Q1724-201 1707.5-201L1707.5-201Q1691.5-201 1679.25-193.5Q1667-186 1660.25-173Q1653.5-160 1653.5-143.5ZM2061 0L1919.5 0L2049-159L2049-130.5L1927-287.5L2066-287.5L2136-199.5L2104-199.5L2173.5-287.5L2312-287.5L2184-129L2177-171.5L2319.5 0L2176 0L2101-93.5L2135-93.5L2061 0Z"/></svg></a>
505505

506506
<ul class="nav-links">
507-
<li><a href="https://darmie.github.io/zyntax/book/">The Zyn Book</a></li>
507+
<li><a href="https://zyntax.org/book/">The Zyn Book</a></li>
508508
<li><a href="#" class="nav-link-badge">Playground <span class="coming-soon">Soon</span></a></li>
509509
<li>
510510
<a href="https://github.com/darmie/zyntax" class="nav-cta" target="_blank" rel="noopener">
@@ -539,7 +539,7 @@ <h1 class="hero-title">
539539
</p>
540540

541541
<div class="hero-actions">
542-
<a href="https://darmie.github.io/zyntax/book/" class="btn btn-primary">
542+
<a href="https://zyntax.org/book/" class="btn btn-primary">
543543
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
544544
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
545545
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>

0 commit comments

Comments
 (0)