Skip to content

Commit 89b2490

Browse files
committed
feat: fix paths
1 parent 2042bac commit 89b2490

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def desired_day_for_employee(constraint_factory: ConstraintFactory):
7474
</div>
7575
<div class="terminal-body">
7676
<pre><code><span class="command-line">git clone https://github.com/SolverForge/solverforge-quickstarts</span>
77-
<span class="command-line">cd solverforge-quickstarts/employee-scheduling</span>
77+
<span class="command-line">cd solverforge-quickstarts/fast/employee-scheduling-fast</span>
7878
<span class="command-line">python -m venv .venv && source .venv/bin/activate</span>
7979
<span class="command-line">pip install -e .</span>
8080
<span class="command-line">run-app</span></code></pre>

content/en/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu: {main: {weight: 10}}
1010

1111
{{% blocks/lead color="primary" %}}
1212

13-
[SolverForge](https://www.solverforge.org) is a free, 100% [Timefold](https://www.timefold.ai) compatible AI constraint solver for Python and Rust.
13+
[SolverForge](https://www.solverforge.org) is a free constraint programming framework for Python and Rust
1414

1515
<a class="td-link-down" href="#td-block-2"><i class="fas fa-chevron-down"></i></a>
1616
{{% /blocks/lead %}}

content/en/docs/getting-started/employee-scheduling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You'll see a scheduling interface with employees, shifts and a "Solve" button. C
9090
### File Structure Overview
9191

9292
```
93-
src/employee_scheduling/
93+
fast/employee_scheduling-fast/
9494
├── domain.py # Data classes (Employee, Shift, Schedule)
9595
├── constraints.py # Business rules (90% of customization happens here)
9696
├── solver.py # Solver configuration

0 commit comments

Comments
 (0)