Skip to content

Commit a2c43d9

Browse files
authored
chore: fix anchors in README
1 parent e5947c0 commit a2c43d9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.adoc

+1-11
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ a|* <<school-timetabling, School timetabling>>
1616
* <<order-picking, Order Picking>>
1717
* <<employee-scheduling, Employee Scheduling>>
1818
* <<food-packaging, Food packaging>>
19-
* <<vehicle-routing-capacity, Vehicle Routing with capacity>>
19+
* <<vehicle-routing-with-capacity, Vehicle Routing with capacity>>
2020

2121
a|* link:use-cases/school-timetabling/README.adoc[Quarkus] (Java, Maven or Gradle, Quarkus, H2)
2222
* link:technology/java-spring-boot/README.adoc[Spring Boot] (Java, Maven or Gradle, Spring Boot, H2)
@@ -49,7 +49,6 @@ $ ./runQuickstartsFromSource.sh
4949

5050
== Use cases
5151

52-
[#school-timetabling]
5352
=== School timetabling
5453

5554
Assign lessons to timeslots and rooms to produce a better schedule for teachers and students.
@@ -65,7 +64,6 @@ Without a UI:
6564

6665
* link:hello-world/README.adoc[Run hello-world-school-timetabling] (Java, Maven or Gradle)
6766

68-
[#facility-location]
6967
=== Facility location problem
7068

7169
Pick the best geographical locations for new stores, distribution centers, covid test centers or telco masts.
@@ -74,7 +72,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
7472

7573
* link:use-cases/facility-location/README.adoc[Run quarkus-facility-location] (Java, Maven, Quarkus)
7674

77-
[#maintenance-scheduling]
7875
=== Maintenance scheduling
7976

8077
Schedule maintenance jobs to crews over time to reduce both premature and overdue maintenance.
@@ -83,7 +80,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
8380

8481
* link:use-cases/maintenance-scheduling/README.adoc[Run quarkus-maintenance-scheduling] (Java, Maven, Quarkus)
8582

86-
[#call-center]
8783
=== Call center
8884

8985
Schedule incoming calls to employees matching skills and availability.
@@ -92,7 +88,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
9288

9389
* link:use-cases/call-center/README.adoc[Run quarkus-call-center] (Java, Maven, Quarkus)
9490

95-
[#vaccination-scheduling]
9691
=== Vaccination scheduling
9792

9893
Assign people to vaccination injection appointments over time at vaccination centers to end a pandemic sooner.
@@ -101,7 +96,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
10196

10297
* link:use-cases/vaccination-scheduling/README.adoc[Run quarkus-vaccination-scheduling] (Java, Maven, Quarkus)
10398

104-
[#order-picking]
10599
=== Order Picking
106100

107101
Generate an optimal picking plan for completing a set of orders.
@@ -110,7 +104,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
110104

111105
* link:use-cases/order-picking/README.adoc[Run quarkus-order-picking] (Java, Maven, Quarkus)
112106

113-
[#employee-scheduling]
114107
=== Employee Scheduling
115108

116109
Schedule shifts to employees, accounting for employee availability and shift skill requirements.
@@ -119,7 +112,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
119112

120113
* link:use-cases/employee-scheduling/README.adoc[Run quarkus-employee-scheduling] (Java, Maven, Quarkus)
121114

122-
[#food-packaging]
123115
=== Food Packaging
124116

125117
Schedule food packaging orders to manufacturing lines, to minimize downtime and fulfill all orders in time.
@@ -128,7 +120,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
128120

129121
* link:use-cases/food-packaging/README.adoc[Run quarkus-food-packaging] (Java, Maven, Quarkus)
130122

131-
[#vehicle-routing-capacity]
132123
=== Vehicle Routing with capacity
133124

134125
Find the most efficient routes for a fleet of vehicles.
@@ -137,7 +128,6 @@ image::build/quickstarts-showcase/src/main/resources/META-INF/resources/screensh
137128

138129
* link:use-cases/vehicle-routing-capacity/README.adoc[Run quarkus-vehicle-routing] (Java, Maven, Quarkus)
139130

140-
[#timefold-solver-examples]
141131
=== Timefold examples (desktop)
142132

143133
Many examples in desktop technology.

0 commit comments

Comments
 (0)