Skip to content

Commit 4ea18d6

Browse files
committed
Updated to Lesson 42 (book title).
1 parent 3889dc2 commit 4ea18d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code-listings/lesson-42.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ chromeDir <- "drivers"
66

77
// Now you try #1
88
start chrome
9-
url "https://www.manning.com/books/learn-fsharp"
9+
url "https://www.manning.com/books/get-programming-with-f-sharp"
1010

1111
first "#Submit" |> click
1212
click ".cart-button"
@@ -30,7 +30,7 @@ quit()
3030

3131
// Listing 42.1
3232
once (fun _ -> start chrome)
33-
before (fun _ -> url "https://www.manning.com/books/learn-fsharp")
33+
before (fun _ -> url "https://www.manning.com/books/get-programming-with-f-sharp")
3434
lastly (fun _ -> quit())
3535

3636
// Listing 42.2

0 commit comments

Comments
 (0)