summaryrefslogtreecommitdiffstats
path: root/examples/oauth
diff options
context:
space:
mode:
Diffstat (limited to 'examples/oauth')
-rw-r--r--examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc2
-rw-r--r--examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc b/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
index 6106ef1..a8af6d5 100644
--- a/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
+++ b/examples/oauth/redditclient/doc/src/qtnetworkauth-redditclient.qdoc
@@ -40,7 +40,7 @@
To use this example, a consumer key from Reddit is needed.
To register the application visit https://www.reddit.com/prefs/apps/.
\note Choose \e {installed app} when creating the application.
- \note Set the redirect URI to \e http://localhost:1337/ in Reddit settings.
+ \note Set the redirect URI to \e http://127.0.0.1:1337/ in Reddit settings.
\include examples-run.qdocinc
*/
diff --git a/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc b/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
index 2a7fa4c..213ea86 100644
--- a/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
+++ b/examples/oauth/twittertimeline/doc/src/qtnetworkauth-twittertimeline.qdoc
@@ -39,7 +39,7 @@
To use this example, a consumer key and secret from Twitter are needed.
To register the application visit https://apps.twitter.com.
- You’ll need to add \e http://localhost:1337/callback as a callback URL
+ You’ll need to add \e http://127.0.0.1:1337/callback as a callback URL
in your Twitter app settings.
\include examples-run.qdocinc