Skip to content

Commit 13f7ce3

Browse files
authored
Merge pull request #2220 from AtCoder-NoviSteps/#2216
📚 Update url slug in workbooks (#2216)
2 parents ade9582 + 6b7d8e4 commit 13f7ce3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

prisma/workbooks.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ export const workbooks = [
479479
isPublished: true,
480480
isOfficial: true,
481481
workBookType: WorkBookType.SOLUTION,
482-
urlSlug: 'union-find-with-potential',
482+
urlSlug: 'potentialized-union-find',
483483
workBookTasks: [
484484
{ taskId: 'abc373_d', priority: 1, comment: 'DFS・BFSでも解けます' },
485485
{ taskId: 'abc320_d', priority: 2, comment: 'DFS・BFSでも解けます' },
@@ -502,7 +502,7 @@ export const workbooks = [
502502
isPublished: true,
503503
isOfficial: true,
504504
workBookType: WorkBookType.SOLUTION,
505-
urlSlug: 'bit-exhaustive-search',
505+
urlSlug: 'bitmask-brute-force-search',
506506
workBookTasks: [
507507
{ taskId: 'abc374_c', priority: 1, comment: '' },
508508
{ taskId: 'abc358_c', priority: 2, comment: '' },
@@ -608,6 +608,7 @@ export const workbooks = [
608608
isPublished: false,
609609
isOfficial: true,
610610
workBookType: WorkBookType.SOLUTION,
611+
urlSlug: 'number-theory-search',
611612
workBookTasks: [
612613
{ taskId: 'math_and_algorithm_l', priority: 1, comment: '' },
613614
{ taskId: 'abc343_c', priority: 2, comment: '' },

0 commit comments

Comments
 (0)