summaryrefslogtreecommitdiff
path: root/examples/test-raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-raw.c')
-rw-r--r--examples/test-raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test-raw.c b/examples/test-raw.c
index ae9b016..6b50900 100644
--- a/examples/test-raw.c
+++ b/examples/test-raw.c
@@ -53,7 +53,7 @@ main (gint argc, gchar **argv)
loop = g_main_loop_new (NULL, FALSE);
- proxy = rest_proxy_new ("http://www.flickr.com/services/rest/", FALSE);
+ proxy = rest_proxy_new ("https://www.flickr.com/services/rest/", FALSE);
call = rest_proxy_new_call (proxy);
rest_proxy_call_add_params (call,
"method", "flickr.test.echo",