Skip to content

Commit cdb3e25

Browse files
committed
Update migration source paths
1 parent dbe0d1b commit cdb3e25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

migrate-events.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ object EventParser {
240240
}
241241

242242
object MigrateEvents extends IOApp {
243-
val oldEventsDir = Path("collections/_events")
243+
val oldEventsDir = Path("../typelevel.github.com/collections/_events")
244244
val newBlogDir = Path("src/blog")
245245

246246
def getDateAndName(path: Path): Either[Throwable, (String, String)] = {

migrate-posts.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ object PostParser {
107107
}
108108

109109
object MigratePosts extends IOApp {
110-
val oldPostsDir = Path("collections/_posts")
110+
val oldPostsDir = Path("../typelevel.github.com/collections/_posts")
111111
val newBlogDir = Path("src/blog")
112112

113113
// Manual renaming map for files that would collide after date stripping

0 commit comments

Comments
 (0)