From 0984bd245249ebda82ef546114864defea074cda Mon Sep 17 00:00:00 2001 From: Polly Allen Date: Tue, 30 Oct 2018 20:39:51 -0700 Subject: [PATCH] Fix broken link to Pig Latin documentation The link provided is broken; I think it was intended to link to the basics of the Pig Latin syntax (new working link added.) --- assignment4/assignment4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment4/assignment4.md b/assignment4/assignment4.md index f9bec523..3f4091c0 100644 --- a/assignment4/assignment4.md +++ b/assignment4/assignment4.md @@ -26,7 +26,7 @@ The quiz should cost no more than 5-10 dollars if you only use small aws instanc ## **Useful Links** -[Pig Latin reference](http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html) +[Pig Latin reference](http://pig.apache.org/docs/r0.17.0/basic.html) [Counting rows in an alias](http://stackoverflow.com/questions/9900761/pig-how-to-count-a-number-of-rows-in-alias)