We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800976f commit 6568810Copy full SHA for 6568810
docs/examples/outlook.rst
@@ -1,12 +1,10 @@
1
Outlook Calendar OAuth 2 Tutorial
2
==========================
3
4
-Create a new web application client in the `Microsoft Application Registration Portal`_
+Create a new web application client in the `Microsoft application registration portal <https://go.microsoft.com/fwlink/?linkid=2083908>`_
5
When you have obtained a ``client_id``, ``client_secret`` and registered
6
a callback URL then you can try out the command line interactive example below.
7
8
-.. _`Outlook App console`: https://apps.dev.microsoft.com
9
-
10
.. code-block:: pycon
11
12
>>> # This information is obtained upon registration of a new Outlook Application
0 commit comments