We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889dc2 commit 4ea18d6Copy full SHA for 4ea18d6
src/code-listings/lesson-42.fsx
@@ -6,7 +6,7 @@ chromeDir <- "drivers"
6
7
// Now you try #1
8
start chrome
9
-url "https://www.manning.com/books/learn-fsharp"
+url "https://www.manning.com/books/get-programming-with-f-sharp"
10
11
first "#Submit" |> click
12
click ".cart-button"
@@ -30,7 +30,7 @@ quit()
30
31
// Listing 42.1
32
once (fun _ -> start chrome)
33
-before (fun _ -> url "https://www.manning.com/books/learn-fsharp")
+before (fun _ -> url "https://www.manning.com/books/get-programming-with-f-sharp")
34
lastly (fun _ -> quit())
35
36
// Listing 42.2
0 commit comments