You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(website): correct outdated info across all pages
- download: fix macOS asset name (arm64, not universal), Linux (amd64, not x86_64)
- download: VS Code link to GitHub (marketplace returns 404)
- docs: update proposal count from 34 to 59
- getting-started: fix Language Guide link to actual PDF, fix HTTP server syntax
- fdd: replace stale "25-year-old" with "decades-old"
- disclaimer: update verb/action counts to match codebase
- all pages: standardize nav label to "The FDD Story"
Copy file name to clipboardExpand all lines: Website/src/getting-started.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@
279
279
</nav>
280
280
281
281
<divclass="mobile-menu">
282
-
<ahref="fdd.html">FDD Story</a>
282
+
<ahref="fdd.html">The FDD Story</a>
283
283
<ahref="getting-started.html">Get Started</a>
284
284
<ahref="tutorial.html">Tutorial</a>
285
285
<ahref="showcase.html">Showcase</a>
@@ -394,8 +394,8 @@ <h2>Write Your Application Entry Point</h2>
394
394
<spanclass="comment">(* Log a startup message *)</span>
395
395
<spanclass="action">Log</span><spanclass="string">"Starting server..."</span> to the <spanclass="result"><console></span>.
396
396
397
-
<spanclass="comment">(* Start the HTTP server on port 8000 *)</span>
398
-
<spanclass="action">Start</span> the <spanclass="result"><http-server></span>on<spanclass="result"><port></span> with <spanclass="string">8000</span>.
397
+
<spanclass="comment">(* Start the HTTP server with the OpenAPI contract *)</span>
398
+
<spanclass="action">Start</span> the <spanclass="result"><http-server></span>with<spanclass="result"><contract></span>.
399
399
400
400
<spanclass="comment">(* Keep the application running to process HTTP requests *)</span>
401
401
<spanclass="action">Keepalive</span> the <spanclass="result"><application></span> for the <spanclass="result"><events></span>.
@@ -495,7 +495,7 @@ <h3>What's Next?</h3>
495
495
<divclass="next-links">
496
496
<ahref="docs.html" class="btn btn-primary">Read the Docs</a>
497
497
<ahref="fdd.html" class="btn btn-secondary">Learn About FDD</a>
498
-
<ahref="https://github.com/arolang/aro/releases" class="btn btn-secondary">The Language Guide</a>
498
+
<ahref="https://github.com/arolang/aro/releases/latest/download/ARO-Language-Guide.pdf" class="btn btn-secondary">The Language Guide</a>
0 commit comments