Skip to content

Commit

Permalink
Merge pull request #5058 from simoarpe:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 515783979
  • Loading branch information
glide-copybara-robot committed Mar 11, 2023
2 parents 65f8c83 + 4992a63 commit 5c8b54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Simple use cases will look something like this:
...
ImageView imageView = (ImageView) findViewById(R.id.my_image_view);

Glide.with(this).load("http://goo.gl/gEgYUd").into(imageView);
Glide.with(this).load("https://goo.gl/gEgYUd").into(imageView);
}

// For a simple image list:
Expand Down

0 comments on commit 5c8b54b

Please sign in to comment.