lib/pupil/help.rb in pupil-0.6.2 vs lib/pupil/help.rb in pupil-0.6.3
- old
+ new
@@ -1,6 +1,6 @@
class Pupil
def configuration()
- response = self.get("/1/help/configuration.json")
+ response = self.get("/1.1/help/configuration.json")
return response
end
end
\ No newline at end of file