Commit 683ea4d4 683ea4d453e5a412654badbf96b863cef472cfea by Matthew DuVall

Make documentation links consistent

1 parent f8d8c24a
...@@ -366,7 +366,7 @@ Moves back a step in browser's history:: ...@@ -366,7 +366,7 @@ Moves back a step in browser's history::
366 console.log(this.getCurrentUrl()); // 'http://foo.bar/2' 366 console.log(this.getCurrentUrl()); // 'http://foo.bar/2'
367 }); 367 });
368 368
369 Also have a look at ``Casper.forward()``. 369 Also have a look at `forward()`_.
370 370
371 .. _casper_base64encode: 371 .. _casper_base64encode:
372 372
......