Skip to content

Commit

Permalink
Updated nav example
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Mar 19, 2019
1 parent 220e045 commit e951b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/navigate_forward_2.fql
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LET doc = DOCUMENT("https://github.com/", true)

NAVIGATE(doc, "https://github.com/features")
NAVIGATE(doc, "https://github.com/business")
NAVIGATE(doc, "https://github.com/enterprise")
NAVIGATE(doc, "https://github.com/marketplace")
NAVIGATE_BACK(doc, 3)
NAVIGATE_FORWARD(doc, 2)

RETURN doc.url == "https://github.com/business"
RETURN doc.url == "https://github.com/enterprise"

0 comments on commit e951b91

Please sign in to comment.