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