File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ alert('gapi.client could not load in a timely manner!');
147147 </h3 >
148148 <p >
149149 Initializes the JavaScript client with API key, OAuth client ID, scope, and
150- <a href="/api-client-library/javascript/features/ discovery">API discovery document(s)</a>.
150+ <a href="/docs/ discovery.md ">API discovery document(s)</a>.
151151 If OAuth client ID and scope are provided, this function will load the
152152 <code>gapi.auth2</code> module to perform OAuth. The <code>gapi.client.init</code> function
153153 can be run multiple times, such as to set up more APIs, to change API key, or initialize
@@ -275,7 +275,7 @@ alert('gapi.client could not load in a timely manner!');
275275 </h3 >
276276 <p >
277277 Loads the client library interface to a particular API with
278- <a href="/api-client-library/javascript/features/ discovery">discovery document</a>
278+ <a href="/docs/ discovery.md ">discovery document</a>
279279 URL or JSON object. Returns a <strong>Promise</strong>-like
280280 <code><a href="https://google.github.io/closure-library/api/goog.Thenable.html">
281281 goog.Thenable</a></code>
@@ -908,4 +908,4 @@ alert('gapi.client could not load in a timely manner!');
908908 </td>
909909 </tr>
910910 </table >
911- </section >
911+ </section >
You can’t perform that action at this time.
0 commit comments