From 3aea360b307cb938425d677c19ed8f3886a070af Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Tue, 15 Nov 2016 08:21:08 -0800 Subject: [PATCH] Partial revert of 43958d43 In the tutorial, I mentioned clicking the error. That is a feature of the demo app and does not apply in context. This reverts the tutorial part of Change-Id I988a40c882adf7c3c9da856e7c850649efecadcf Change-Id: I782a5ebc2fc7bf744e2cb67890aae28a7817029a --- docs/tutorials/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/debugging.md b/docs/tutorials/debugging.md index fee838b98..d920b5012 100644 --- a/docs/tutorials/debugging.md +++ b/docs/tutorials/debugging.md @@ -19,8 +19,8 @@ code 1001". #### Looking up error codes Look at the Error we just logged. It has `category: 1`, `code: 1001`. To find -out what that means, click on the error, which takes you to the docs for -{@link shaka.util.Error}. There we find that `1001` means `BAD_HTTP_STATUS`: +out what that means, check the docs for {@link shaka.util.Error}. There we find +that `1001` means `BAD_HTTP_STATUS`: > An HTTP network request returned an HTTP status that indicated a failure. > error.data[0] is the URI.