Skip to content

Commit 73d3a09

Browse files
committed
chore: update README.md
1 parent cb1658f commit 73d3a09

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Optimizing Santa's Travels (Java Advent) 🎅
22

3-
This repository contains the example code for my blog post at [Java Advent](https://www.javaadvent.com/) and for the related Christmas video.
3+
This repository contains the example code for our blog post at [Java Advent](https://www.javaadvent.com/), on the [Timefold Website](https://timefold.ai) and for the related Christmas video.
44
It is purposefully kept simplistic to show how to use *Timefold Solver* in a minimal example.
55

6+
7+
68
For more advanced examples, check out the [Timefold Quickstarts Repository](https://github.com/TimefoldAI/timefold-quickstarts).
79
This project was heavily inspired by the [Vehicle Routing Quickstart](https://github.com/TimefoldAI/timefold-quickstarts/tree/stable/java/vehicle-routing).
810

@@ -25,4 +27,19 @@ Click the map a couple of times to add some visits for Santa, then click the _so
2527
https://github.com/user-attachments/assets/0e0909e6-cc89-4ea4-82c8-262cbd4c06e7
2628

2729

30+
### Important Note
31+
The code in this repository is purely to assist the Santa Advent related content.
32+
The solution here is not a production-grade implementations and will not be kept up to date with latest Timefold versions or practices.
33+
34+
For high quality and up to date Timefold content, check out:
35+
36+
| Resource | Description | Link |
37+
|-----------------------------|----------------------------------------------------|------------------------------------------------------------------------------------|
38+
| 🌐 **Website** | Explore our platform, features, and updates. | [Visit Website](https://timefold.ai/) |
39+
| 📖 **Solver Documentation** | In-depth guides and tutorials for Timefold Solver. | [View Documentation](https://docs.timefold.ai/timefold-solver/latest/introduction) |
40+
| ▶️ **YouTube Channel** | Video tutorials, demos, and webinars. | [Watch Videos](https://www.youtube.com/@timefold) |
41+
42+
43+
44+
2845

0 commit comments

Comments
 (0)