https://cloud.google.com/appengine/docs/python/taskqueue/rest/tasks#resource will take you there directly -- thanks for the bug report!
The link you clicked on is spelled https://cloud.google.com/appengine/docs/%7B%7B%20lang_name%20%7D%7D/taskqueue/rest/tasks#resource -- which clearly suggests a macro {{ lang_name }} was not properly expanded (in this case, to python). Thanks, Alex On Mon, Sep 7, 2015 at 10:14 AM, Frederik Creemers < [email protected]> wrote: > When you go to the docs for the Tasks: lease method > <https://cloud.google.com/appengine/docs/python/taskqueue/rest/tasks/lease>, > and in the example response click on Task Resource, you get into a redirect > loop. Is there any other way I can access this documentation while the > error is being fixed? > > Thank you, > > Frederik > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/d6b7cc01-ae10-4ba7-9a44-30f69bf09a63%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/d6b7cc01-ae10-4ba7-9a44-30f69bf09a63%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAE46Be-GxDWa4KkEbtV77Xhi6XweQjw%2BSUU3KYOwcXv5Fh_v%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
